This is a companion repo for my blog article: Setting up End-to-End Testing in Angular Project with CodeceptJS. Please check out the article for further information.
$ npm install
- Start local dev server:
$ npm start
. - Run E2E test:
$ npm run codeceptjs
.