Skip to the content.

日本語版

LLM to Playwright

This proof of concept lets an LLM enrich acceptance criteria and convert them into Playwright test code. It demonstrates a robust selector strategy, a11y scanning, and data-driven execution in a compact package.

Highlights

Key Artifacts

How to Reproduce

  1. In projects/02-blueprint-to-playwright/, run npm install to fetch dependencies.
  2. Execute npm run generate (sample configuration) to regenerate the Playwright suites.
  3. Run npx playwright test to execute generated tests with accessibility and snapshot checks.

Next Steps