This project is a sample WebDriverIO with TypeScript and tests are executed with CucumberJS and reports are generated with multiple-cucumber-html-reporter.
To work with this sample project, make sure following tools are installed on your machine:
- Install Node JS v18 LTS
- VS Code for writing test cases
After cloning the project, first execute the following command:
npm install
Currently there is only one test related to Android Web application, which you can execute by running the following command:
npm run wdio
After the test execution completes, the HTML reporter will be opened automatically on the machine default browser.
This report will have complete details for each and every features and scenarios including screenshots for failed scenarios.
Logs will also be generated in the ./logs
folder in the projects root directory.