playwright
playwright copied to clipboard
[Feature] BDD implementation with Playwright test runner
Our team has a case to use the BDD test, Playwright has any plan to add their own BDD implementation using the playwright test runner? That would be great if to have.
This can help many people who want to use BDD along with Playwright. That's where cucumber became popular 😉
@1996phani would https://codecept.io/playwright/ serve your needs?
BDD implementation with Playwright test runner is what am also looking for..
It would be great to have BDD with Playwright
@1996phani would https://codecept.io/playwright/ serve your needs?
@unlikelyzero, The package you're mentioning has been deprecated.
I am looking for something kind of Native support from the Playwright
Let's collect upvotes. Please upvote the OP!
Yeah BBD is a must thing!
It would be helpful ,if we have BDD along with Playwright.
BDD support is a perk
bdd is a good feature to have.. i am using in selenium java.. i need it in playwright to migrate
I'm looking for bdd too!
Good to have BDD with playwright
Having BDD with Playwright will be helpful
@1996phani would https://codecept.io/playwright/ serve your needs?
@unlikelyzero, The package you're mentioning has been deprecated.
I am looking for something kind of Native support from the Playwright
@ShanmukhaGajula where does it say that?
@1996phani would https://codecept.io/playwright/ serve your needs?
@unlikelyzero, The package you're mentioning has been deprecated. I am looking for something kind of Native support from the Playwright
@ShanmukhaGajula where does it say that?
I see a pop-up yesterday when I opened that link. I think they've removed now. However, I see playwright test runner and reporting is very good and hence requesting Playwright team for that feature within playwright itself.
BDD is always good to have
Yes, Looking for BDD to implement playwright in our project.
BDD is a must-have feature for us too! It really helps.
Hope playwright will add this BDD feature..
i was also looking for same.. BDD will really add value
I'm looking for BDD too!
Looking forward to have BDD feature with Playwright,
It would be great to have BDD with Playwright
It would be helpful ,if we have BDD along with Playwright.
It would be nice to have BDD along with Playwright.
BDD with Playwright! That sounds great. Looking forward to it.
It would be good to have the BDD feature, looking forward for it
@pavelfeldman Looks like 90% of the comments and upvotes are well planned, just digging through the user profile, most of the users just opened GitHub account to upvote this request.
May be one particular group of users really need this!
Playwright has already got support to write BDD tests using cucumber.js(dependency = "@cucumber/cucumber": "^7.3.1",). I am just wondering whether PlaywrightTestConfig (dependency = '@playwright/test') is supported in BDD tests(GIVEN, WHEN, THEN because the global configuration (const config: PlaywrightTestConfig = { use: {.......) is not being picked automatically as written in https://playwright.dev/docs/test-configuration#global-configuration eventhough I am using playwright test runner.
Looks like the PlaywrightTestConfig works only with 'test' block in .ts or .js file. Can somebody confirm this how to call PlaywrightTestConfig in BDD tests using playwright test runner.
Cucumber integration with playwright. Looking forward for it.
Upvote! Implementation of BDD will be great!!!