From c461c1b037f9422cd776efcccb4c64f8a4c68650 Mon Sep 17 00:00:00 2001 From: Sahil Afrid Farookhi Date: Sat, 7 Feb 2026 05:53:40 -0600 Subject: [PATCH] ng-e2e: add page (#21034) --- pages/common/ng-e2e.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/ng-e2e.md diff --git a/pages/common/ng-e2e.md b/pages/common/ng-e2e.md new file mode 100644 index 0000000000..da387c7800 --- /dev/null +++ b/pages/common/ng-e2e.md @@ -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: . + +- Run end-to-end tests: + +`ng {{[e|e2e]}}` + +- Run end-to-end tests using a specific configuration: + +`ng {{[e|e2e]}} {{[-c|--configuration]}} {{development|production|...}}`