Hello, Created an end to end webdriverIO framework with support to Browserstack , Jenkins & allure - report
Below tools need to be installed on your system
- NodeJs
- chrome
- firefox
To install all the dependencies
npm i
To run the spec file
npm run test
To open allure report
npm run allure-report
Note: Copy username and accesskey from the Browserstack account
BROWSERSTACK_USERNAME=<username> BROWSERSTACK_ACCESS_KEY=<accessKey> npm run test
Typescript, Mocha