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