# playwright-bdd **Repository Path**: chen_shi_an/playwright-bdd ## Basic Information - **Project Name**: playwright-bdd - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: beta - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-26 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # playwright-bdd [![lint](https://github.com/vitalets/playwright-bdd/actions/workflows/lint.yaml/badge.svg)](https://github.com/vitalets/playwright-bdd/actions/workflows/lint.yaml) [![test](https://github.com/vitalets/playwright-bdd/actions/workflows/test.yaml/badge.svg)](https://github.com/vitalets/playwright-bdd/actions/workflows/test.yaml) [![npm version](https://img.shields.io/npm/v/playwright-bdd)](https://www.npmjs.com/package/playwright-bdd) [![npm downloads](https://img.shields.io/npm/dw/playwright-bdd)](https://www.npmjs.com/package/playwright-bdd) [![license](https://img.shields.io/npm/l/playwright-bdd)](https://github.com/vitalets/playwright-bdd/blob/main/LICENSE) Run [BDD](https://cucumber.io/docs/bdd/) tests with [Playwright](https://playwright.dev/) runner. > Inspired by the issue in the Playwright repo [microsoft/playwright#11975](https://github.com/microsoft/playwright/issues/11975) > [!TIP] > Playwright-bdd **v6** is out! Check out [Cucumber reporters](https://vitalets.github.io/playwright-bdd/#/reporters/cucumber) and share your feedback ## Why Playwright runner? Both [Playwright](https://playwright.dev/) and [CucumberJS](https://github.com/cucumber/cucumber-js) have their own test runners. You can use CucumberJS runner with [Playwright as a library](https://medium.com/@manabie/how-to-use-playwright-in-cucumberjs-f8ee5b89bccc) to test BDD scenarios. This package offers **an alternative way**: convert BDD scenarios into Playwright tests and run them with Playwright runner as usual. Such approach brings all the benefits of Playwright runner: * Automatic [browser initialization and cleanup](https://playwright.dev/docs/library#key-differences) * Auto-capture of [screenshots, videos and traces](https://playwright.dev/docs/test-use-options#recording-options) * Parallelization with [sharding](https://timdeschryver.dev/blog/using-playwright-test-shards-in-combination-with-a-job-matrix-to-improve-your-ci-speed#after) * [Auto-waiting](https://playwright.dev/docs/actionability) * Out-of-box [visual comparison testing](https://playwright.dev/docs/test-snapshots) * Power of [Playwright fixtures](https://playwright.dev/docs/test-fixtures#with-fixtures) * [...a lot more](https://playwright.dev/docs/library#key-differences) ## Documentation Check out [documentation website](https://vitalets.github.io/playwright-bdd/#/). ## Example Fork and play with [playwright-bdd-example](https://github.com/vitalets/playwright-bdd-example) repo. ## Feedback Feel free to share your feedback in [issues](https://github.com/vitalets/playwright-bdd/issues). ## Changelog Inspect the latest changes in the [CHANGELOG.md](https://vitalets.github.io/playwright-bdd/#/changelog). ## Contributing Your contributions are welcome! Review [DEVELOPMENT.md](https://github.com/vitalets/playwright-bdd/blob/main/DEVELOPMENT.md) for the details. ## Sponsors Great thanks to the sponsors for supporting playwright-bdd project ❤️ [Become a sponsor](https://github.com/sponsors/vitalets) Currents.devArturs Leščinskis ## How to make BDD valuable for my project? Have a look on [this section](https://vitalets.github.io/playwright-bdd/#/faq?id=how-to-make-bdd-valuable-for-my-project). ## License [MIT](https://github.com/vitalets/playwright-bdd/blob/main/LICENSE)