ng-e2e: add page (#21034)

This commit is contained in:
Sahil Afrid Farookhi
2026-02-07 05:53:40 -06:00
committed by GitHub
parent b17bdc6386
commit c461c1b037
+13
View File
@@ -0,0 +1,13 @@
# ng e2e
> Build and serve an Angular application, then run end-to-end tests.
> Note: Available `e2e` packages include Playwright, Cypress, Nightwatch, WebdriverIO, and Puppeteer.
> More information: <https://angular.dev/cli/e2e>.
- Run end-to-end tests:
`ng {{[e|e2e]}}`
- Run end-to-end tests using a specific configuration:
`ng {{[e|e2e]}} {{[-c|--configuration]}} {{development|production|...}}`