This project implements e2e tests for contracts-angular.
- Clone contracts-angular repo and start it (see its README)
- Clone the repo
- Run
npm install
in a new Git Bash terminal - Run
npm run wdio
in a new Git Bash terminal to run all e2e tests ornpm run wdio -- --spec ./test/specs/TARGET.spec.ts
to run TARGET spec