Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
BDD testing with Playwright runner
| Date | Stars |
|---|---|
| 2026-07-24 | 735 |
| 2026-07-25 | 736 |
| 2026-07-28 | 736 |
| 2026-07-30 | 736 |
| 2026-08-06 | 736 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<div align="center">
<a href="https://vitalets.github.io/playwright-bdd">
<img width="128" alt="playwright-bdd" src="./docs/logo.svg">
</a>
</div>
<h2 align="center">Playwright-BDD</h2>
<div align="center">
Run BDD tests with Playwright runner
</div>
<div align="center">
[](https://github.com/vitalets/playwright-bdd/actions/workflows/lint.yaml)
[](https://github.com/vitalets/playwright-bdd/actions/workflows/test.yaml)
[](https://www.npmjs.com/package/playwright-bdd)
[](https://www.npmjs.com/package/playwright-bdd)
[](https://github.com/vitalets/playwright-bdd/blob/main/LICENSE)
</div>
<p align="center">
🚀 <a href="https://vitalets.github.io/playwright-bdd/#/getting-started/index">Getting Started</a>
📚 <a href="https://vitalets.github.io/playwright-bdd/">Documentation</a>
▶️ <a href="https://github.com/vitalets/playwright-bdd-example">Example</a>
📝 <a href="https://github.com/vitalets/playwright-bdd/blob/main/CHANGELOG.md">Changelog</a>
</p>
## BDD in the Era of AI
[Behavior-Driven Development (BDD)](https://cucumber.io/docs/bdd/) describes product features as `Given / When / Then` scenarios written in `.feature` files. These scenarios are valuable artifacts for AI agents because they are both **readable** and **executable**. You can refine them during planning to provide the agent with clear requirements. Once the code is written, the agent runs the same scenarios as tests to verify the implementation and keep them aligned with the codebase over time.
Unlike plain markdown specs, BDD does not just describe the behavior, it makes the spec live.
Install the [playwright-bdd skill](https://vitalets.github.io/playwright-bdd/#/getting-started/agent-skill) and check out the practical walkthrough of the agentic BDD workflow:
➡️ [Why I Prefer BDD over SDD for Agentic Development](https://vitalets.github.io/posts/bdd-agentic-workflow/)
## Why Playwright Runner?
Playwright can be used as a [browser automation library](https://playwright.dev/docs/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](https://playwright.dev/docs/library#key-differences)
## How It Works
<img align="center" src="https://raw.githubusercontent.com/vitalets/playwright-bdd/refs/heads/main/docs/_media/schema.png"/>
## Extras
Playwright-BDD has several unique features:
- 🔥 Advanced tagging [by path](https://vitalets.github.io/playwright-bdd/#/writing-features/tags-from-path) and [special tags](https://vitalets.github.io/playwright-bdd/#/writing-features/special-tags)
- 🎩 [Step decorators](https://vitalets.github.io/playwright-bdd/#/writing-steps/decorators) for class methods
- 🎯 [Scoped step definitions](https://vitalets.github.io/playwright-bdd/#/writing-steps/scoped)
- ✨ [Exporting steps](https://vitalets.github.io/playwright-bdd/#/writing-features/chatgpt) for AI
- ♻️ [Re-usable step functions](https://vitalets.github.io/playwright-bdd/#/writing-steps/reusing-step-fn)
## Documentation
Check out the [documentation website](https://vitalets.github.io/playwright-bdd/#/).
## Demos
- Check out [`examples`](/examples) folder
- Clone the fully working repo: [playwright-bdd-example](https://github.com/vitalets/playwriExcerpt of 7,307 characters
Read on GitHub2.0k
10
7
6
6
5
4
3
2
1
1
1
1
1
1
1
Renato Monteiro
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:48cc7d29d200fb5b, topic:playwright, readme:browser automation
matched fp:48cc7d29d200fb5b, topic:testing