playwright-craft
v1.0.0
Published
Playwright-Craft is a CLI scaffold for Playwright + Cucumber + POM projects.
Maintainers
Readme
Playwright-Craft
CLI scaffold for Playwright + Cucumber + POM projects.
Current MVP
playwright-craft init- Shared
stepDefinition.ts CustomWorldwith browser and API lifecycle- E2E and API demo scenarios
- Dynamic POM index generation
Usage
npm install --save-dev playwright-craft
npx playwright-craft initInside the generated project:
npm install
npm run pw:install
npm run test:bdd