Example tests for ava-codeceptjs
Install dependencies
$ npm installInstall ava globally
$ npm install ava -gInstall selenium-standalone (NOTE: You need a JVM for this), then install the browser drivers and start the selenium server
$ npm install selenium-standalone -g
$ selenium-standalone install
$ selenium-standalone startNow you can run the tests using
$ ava -c 1You should see chrome starting and executing the test cases