This project is bootstrapped by aurelia-cli.
For more information, go to https://aurelia.io/docs/cli/webpack
- Use npm to install all the dependencies from package.json
npm install
- The below command would download the selenium server jar and the chrome & gecko driver binaries
npm run webdriver-update
- Run the tests with:
npm test