Skip to content

vitalets/playwright-bdd

Repository files navigation

Playwright-BDD

lint test npm version npm downloads license

Run BDD tests with Playwright runner

Why BDD?

With AI, you can bring the BDD approach to the next level:

  • 🤖 Generate: Drop business requirements to AI chat and get structured, human-readable features.
  • Validate: Refine the generated scenarios with AI or colleagues, collaborate in plain text instead of code.
  • 🛠 Automate: Use existing steps to run the tests and prevent codebase growth.

Why Playwright Runner?

Both Playwright and CucumberJS have their own test runners. You can use the CucumberJS runner with Playwright as a library to execute BDD scenarios. This package offers an alternative: convert BDD scenarios into test files and run them directly with Playwright. You gain all the advantages of the Playwright runner:

  • Automatic browser initialization and cleanup
  • Auto-capture of screenshots, videos, and traces
  • Parallelization with sharding
  • Auto-waiting for page elements
  • Built-in visual comparison testing
  • Power of Playwright fixtures
  • ...and more

Extras

Playwright-BDD extends Playwright with BDD capabilities, offering:

Documentation

Check out the documentation website.

Examples

There are several examples in examples folder and a separate fully working repo playwright-bdd-example.

Community

Feel free to get in touch:

Changelog

Check out the latest changes in the CHANGELOG.md.

Contributing

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

Sponsors

A huge thanks to our sponsors for their support ❤️ Become a sponsor

User avatar: Currents.devUser avatar: User avatar: User avatar: Arturs LeščinskisUser avatar: User avatar: User avatar: Francesco BorzìUser avatar: Adam Banko

How to make BDD valuable for my project?

Have a look on this section.

My other Playwright tools

License

MIT