Skip to content

Commit e12a66a

Browse files
Skn0ttalan-agius4
authored andcommitted
docs(@angular/cli): add playwright to e2e targets
(cherry picked from commit e4d598f)
1 parent 328ed65 commit e12a66a

File tree

1 file changed

+4
-0
lines changed
  • packages/angular/cli/src/commands/e2e

1 file changed

+4
-0
lines changed

packages/angular/cli/src/commands/e2e/cli.ts

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export default class E2eCommandModule
1616
implements CommandModuleImplementation
1717
{
1818
override missingTargetChoices: MissingTargetChoice[] = [
19+
{
20+
name: 'Playwright',
21+
value: 'playwright-ng-schematics',
22+
},
1923
{
2024
name: 'Cypress',
2125
value: '@cypress/schematic',

0 commit comments

Comments
 (0)