In this repository is the code of the autotest of the main page onliner.by
JavaScript (TypeScript) - NodeJs - Mocha - Webdriver.io - Allure;
- Local
cd e2eWeb
npm install
npm test
- Teamcity
cd e2eWeb
npm install
npm run test:teamcity
- Jenkins
cd e2eWeb
npm install
npm run test:jenkins
PageObject, AssertsObject, Helper.
nodejs >= v8.9.1 npm >= 5.7.1
http://webdriver.io/ https://github.com/webdriverio/webdriverio/