Repository for DHIS2 E2E testing.
- Webdriver.io: testing utility working with Selenium or other standalone WebDriver drivers
- Chromedriver: Webdriver driver for Chrome browser
- Cucumber: BDD test automation framework
- Chai: BDD/TDD assertion library
Install the NPM dependencies:
$ npm i
Run the tests:
$ npm test
$ npm test -- --baseUrl=play.dhis2.org/dev/
$ npm run-script browserstack