Skip to content

vitalets/playwright-bdd

Repository files navigation

Playwright-BDD

Run BDD tests with Playwright runner

lint test npm version npm downloads license

🚀 Getting Started  📚 Documentation  ▶️ Example  📝 Changelog

BDD in the Era of AI

Behavior-Driven Development (BDD) uses Given / When / Then syntax to turn business requirements into structured scenarios stored in plain-text .feature files. In modern AI-assisted development, these scenarios take on a new role: they become a valuable artifact for AI agents because they are readable and executable. You can refine them during planning to make sure the agent understands the feature correctly. Later, the agent can run the same scenarios as tests to automatically verify the implementation and keep the spec aligned with the code over time.

Unlike plain markdown specs, BDD does not just describe the behavior, it makes the spec live.

Install the playwright-bdd skill to try the agentic BDD workflow in your project.

Why Playwright Runner?

Playwright can be used as a browser automation library with any test runner, such as CucumberJS or Vitest. However, it is most powerful when used with the Playwright test runner. Playwright-BDD converts BDD scenarios into native Playwright tests, so you get all Playwright runner features out of the box:

  • Automatic browser setup and cleanup
  • Auto-waiting for page elements
  • Auto-capture of screenshots, videos, and traces
  • Parallel execution and sharding
  • Built-in reports and visual comparison testing
  • Playwright fixtures
  • ...and more

How It Works

Extras

Playwright-BDD has several unique features:

Documentation

Check out the documentation website.

Demos

Playwright Versions Support

playwright-bdd supports all non-deprecated versions of Playwright. To check which Playwright versions are currently deprecated, run:

npm show @playwright/test@1 deprecated

Changelog

Check out the latest changes in the CHANGELOG.md.

💖 Sponsors

Great thanks to the amazing people and companies already supporting Playwright-BDD! Your help keeps the project alive and growing:

Currents

TestMu AI

User avatar: Arturs LeščinskisUser avatar: User avatar: Francesco Borzì

If you find Playwright-BDD useful in your personal or work projects, consider becoming a sponsor. Even small contributions help me dedicate more time to maintenance, new features, and community support.

Feedback & Community

Feel free to report a bug, propose a feature or share your experience:

Contributing

Your contributions are welcome! Please review CONTRIBUTING.md for the details.

Other Playwright tools

License

This project is licensed under the MIT License, allowing you to use, modify, and share the code freely, even for commercial purposes. Enjoy building something amazing! 🎉

Sponsor this project

 

Contributors