Angular schematic · puppeteer/puppeteer
Puppeteer Angular Schematic
Adds Puppeteer-based end-to-end tests to Angular CLI projects with Jasmine, Jest, Mocha, or Node Test Runner.
Location
Repository path
packages/ng-schematics/README.mdInvocation
Add with `ng add @puppeteer/ng-schematics`; generate a test with `ng generate @puppeteer/ng-schematics:e2e "<TestName>"`.
Setup
Installation / activation
Run the schematic in an Angular CLI application, then execute tests with `ng e2e`.
Keywords
Angularschematice2eJasmineJestMochaNode Test Runner
Repository context
puppeteer/puppeteer
Apache-2.0 TypeScript library and browser-management tooling for automating Chrome and Firefox through the DevTools Protocol or WebDriver BiDi; it is not an evidenced Claude Code extension, but can serve as browser infrastructure beneath the separately hosted Puppeteer-based chrome-devtools-mcp server named by the README.
browser automationweb testingend-to-end testingweb debuggingChromeFirefoxDevTools ProtocolWebDriver BiDiAngular testingbrowser management