This example project only runs with NodeJS versions lower that 10.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
Inside UI-e2e there is all the cypress e2e tests.
You can execute cypress tests with these two commands inside UI-e2e folder:
Interactive mode
npm run cy:open
Headless mode
npm run cy:run