Skip to content

Commit 275a9ba

Browse files
Lightning00Bladealan-agius4
authored andcommitted
docs(@angular/cli): Add Puppeteer schematics to e2e command
(cherry picked from commit 6eee74c)
1 parent 3b5083b commit 275a9ba

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ export default class E2eCommandModule
2828
name: 'WebdriverIO',
2929
value: '@wdio/schematics',
3030
},
31+
{
32+
name: 'Puppeteer',
33+
value: '@puppeteer/ng-schematics',
34+
},
3135
];
3236

3337
multiTarget = true;

0 commit comments

Comments
 (0)