We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328ed65 commit e12a66aCopy full SHA for e12a66a
packages/angular/cli/src/commands/e2e/cli.ts
@@ -16,6 +16,10 @@ export default class E2eCommandModule
16
implements CommandModuleImplementation
17
{
18
override missingTargetChoices: MissingTargetChoice[] = [
19
+ {
20
+ name: 'Playwright',
21
+ value: 'playwright-ng-schematics',
22
+ },
23
24
name: 'Cypress',
25
value: '@cypress/schematic',
0 commit comments