mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
452 B
452 B
ng e2e
Angular 애플리케이션을 빌드 및 실행한 뒤, end-to-end 테스트를 수행. 참고: 사용 가능한
e2e테스트 도구로는 Playwright, Cypress, Nightwatch, WebdriverIO, Puppeteer 등이 존재. 더 많은 정보: https://angular.dev/cli/e2e.
- end-to-end 테스트 실행:
ng {{[e|e2e]}}
- 특정 설정으로 end-to-end 테스트 실행:
ng {{[e|e2e]}} {{[-c|--configuration]}} {{개발|프로덕션|...}}