Here we can have some fun automating the test cases we create using the selenium ide with mocha
Team 1
Team 2
Team 3
Team 4 - Labradors
Team 5
It is highly recommended that you run this project with yarn instead of npm.
Run yarn to install the dependencies
To run the tests with mocha you can either use
./node_modules/mocha/bin/mocha tests/
or
yarn test
To run the tests with cucumber you can either use
./node_modules/.bin/cucumber-js tests/features/
or
yarn cucumber