This project provides code samples and a test case to demo UIVeri5 testing for a hands-on session at SAP TechEd 2019. These test cases cover end-to-end, system and scenario tests.
To run the app, you need to have node and npm installed. In conf.js, baseUrl parameter contain the system under testing URL, so you need to change it with yours accordingly.
To run the app you have to do following steps: Clone the repo:
git clone https://github.com/SAP-samples/teched2019-uiveri5.git
Than navigate into directory:
cd teched2019-uiveri5
To run tests
uiveri5 --params.user=<user> --params.pass=<password>
This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the SAP Sample Code License, except as noted otherwise in the LICENSE file.