snippetbashTip
ng e2e — Build and serve an Angular application, then run end-to-end tests. Note: Available `e2e` packages in
Viewed 0 times
angularcommandbuildandservecling e2eapplication
Problem
How to use the
ng e2e command: 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>.Solution
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|...}}Code Snippets
Run end-to-end tests
ng {{[e|e2e]}}Run end-to-end tests using a specific configuration
ng {{[e|e2e]}} {{[-c|--configuration]}} {{development|production|...}}Context
tldr-pages: common/ng e2e
Revisions (0)
No revisions yet.