Skip to content
/ e2eWeb Public

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

Notifications You must be signed in to change notification settings

And93/e2eWeb

Repository files navigation

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published