Adds Playwright Test to your Angular project
ng add playwright-ng-schematics
Once installed, you can run the tests
npm run e2e
You can also use ng
to run your tests
ng e2e
Some command-line interface options are available; such as UI mode
ng e2e --ui
For a list of accepted arguments, use ng --help
. If you need more options and control on the CLI, the best solution is to use npx playwright test
directly.
Create a new empty test
ng generate playwright-ng-schematics:e2e "<TestName>"
Read the Migrating from Protractor guide from Playwright official website.
- Small, incremental changes are easier to review.
- Conventional Commits. NO EMOJI
This project is licensed under an Apache-2.0 license.