https://github.com/and93/e2eweb
JavaScript (TypeScript) - NodeJs - Mocha - Webdriver.io
https://github.com/and93/e2eweb
mocha nodejs typescript webdriverio
Last synced: 3 months ago
JSON representation
JavaScript (TypeScript) - NodeJs - Mocha - Webdriver.io
- Host: GitHub
- URL: https://github.com/and93/e2eweb
- Owner: And93
- Created: 2017-12-05T21:14:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T18:46:30.000Z (over 6 years ago)
- Last Synced: 2025-04-01T07:34:36.196Z (3 months ago)
- Topics: mocha, nodejs, typescript, webdriverio
- Language: TypeScript
- Homepage:
- Size: 492 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```bash
cd e2eWeb
npm install
npm test
```2. Teamcity
```bash
cd e2eWeb
npm install
npm run test:teamcity
```3. Jenkins
```bash
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/