Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 307 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 307 Bytes

wdio_tests

WDIO tests repo is an example of WDIO tests implemented using PageObject pattern for learning purposes

Installation

npm install

Usage

Launch tests:

npm run wdio

Run eslint rules and fix errors if possible:

npm run lint

License

ISC