A thin setup to quickly write codecept tests.
npm install or yarn install
Write your tests in tests
folder with the name *.test.js
Run your tests:
npm start or yarn start
Additional (debug) output:
npm run verbose or yarn verbose
Mocha output with junit xml output file:
npm run mocha or yarn mocha
Edit the codecept.conf.js
.
Have a look at tests/wiki.test.js