Skip to content

Commit

Permalink
docs(@angular/cli): Add Puppeteer schematics to e2e command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored and alan-agius4 committed Sep 11, 2023
1 parent 05b9ce5 commit 6eee74c
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 @@ -28,6 +28,10 @@ export default class E2eCommandModule
name: 'WebdriverIO',
value: '@wdio/schematics',
},
{
name: 'Puppeteer',
value: '@puppeteer/ng-schematics',
},
];

multiTarget = true;
Expand Down

0 comments on commit 6eee74c

Please sign in to comment.