The driver used to execute this tests is webdriverio. You can use these tests as templates for your own tests. Simply edit the capabilities and the test method to fit your needs.
Before you run the tests, run the command npm install --save
to get the web driver dependecies.
You can clone the repository to your machine and open it in your IDE of choice. To run the tests, run the command node <NAME_OF_TEST_FILE>
in the command line / shell. To run all the tests, run the command npm run tests
.