ngx-cypress-builder
ngx-cypress-builder copied to clipboard
Run e2e tests in the angular cli using cypress
Step to reproduce: - Setup a project as described in the `README.md`. - Run `ng e2e`. Expected behaviour: - Project builds and Cypress tests are executed. Actual behaviour: - Command...
Like to the sample https://github.com/isaacplmann/ngx-cypress-builder/sample in README leads to 404 page (https://github.com/isaacplmann/ngx-cypress-builder/tree/master/sample maybe?)
I have been using this configuration ``` "e2e": { "builder": "ngx-cypress-builder:cypress", "options": { "devServerTarget": "web-app:serve", "mode": "browser" }, "configurations": { "production": { "devServerTarget": "web-app:serve:production" } } } ``` and on...