vitalets / playwright-bdd

BDD testing with Playwright runner
https://vitalets.github.io/playwright-bdd/
MIT License
316 stars 40 forks source link

Question: is there any configuration/approach how i can scope step definitions to a specific feature #199

Closed ivi-hamiti closed 3 months ago

vitalets commented 3 months ago

As of now, step definitions are global and shared between all features. It's recommended by Cucumber, but I agree that can be un-convenient. Scoping is planned in this issue https://github.com/vitalets/playwright-bdd/issues/151, please subscribe to get notified when done.