Please read below the steps required to execute the assignment program. Below commands are for Windows environment.
- Page objects can be found under pageobject directory
- Tests are under /specs directory
- node_modules contains the locally installed node modules
- wdio.conf.js contains all the test runner conigurations
- Install nodejs. I'm using version v8.10.0.
- Ensure NPM installed. I'm using version 5.6.0. 3, Run npm install
- Run npm test
This should start running the tests in a browser and results should be displayed on the terminal.