Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-08 00:34:23 +00:00
parent c8acbc5872
commit a9c8ccc0e2
34 changed files with 357 additions and 49 deletions

18
tldr/ng-e2e Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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|...}}`