Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 576 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 576 Bytes

End-to-end web autotests

Description

In this repository is the code of the autotest of the main page onliner.by

Stack

JavaScript (TypeScript) - NodeJs - Mocha - Webdriver.io - Allure;

Run test

  1. Local
cd e2eWeb
npm install
npm test
  1. Teamcity
cd e2eWeb
npm install
npm run test:teamcity
  1. Jenkins
cd e2eWeb
npm install
npm run test:jenkins

Use pattern

PageObject, AssertsObject, Helper.

Requirements

nodejs >= v8.9.1 npm >= 5.7.1

Docs

http://webdriver.io/ https://github.com/webdriverio/webdriverio/