Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 444 Bytes

testing

This project was generate with node.js version 12.8.3 and Webdriver.io 6, Mocha and Chai.

Environment Configuration

you will need to install the dependencies with the command:

npm i

Running automation E2E tests

Run TYPE=mobile npx wdio wdio.conf.js or TYPE=web npx wdio wdio.conf.js to execute the e2e test suite.

Environment variables

You need to include the type of test 'mobile' or 'web' according your like.