Skip to content

Commit

Permalink
docs(@angular/cli): add playwright to e2e targets
Browse files Browse the repository at this point in the history
(cherry picked from commit e4d598f)
  • Loading branch information
Skn0tt authored and alan-agius4 committed Sep 9, 2024
1 parent 328ed65 commit e12a66a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/angular/cli/src/commands/e2e/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default class E2eCommandModule
implements CommandModuleImplementation
{
override missingTargetChoices: MissingTargetChoice[] = [
{
name: 'Playwright',
value: 'playwright-ng-schematics',
},
{
name: 'Cypress',
value: '@cypress/schematic',
Expand Down

0 comments on commit e12a66a

Please sign in to comment.