vitalets / playwright-bdd

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

Question: No sure its me but version 7 is not giving me step definition snippet ? #201

Closed QAPranav closed 3 months ago

QAPranav commented 3 months ago

I open a new project and add feature file and gave logic to playwright config under define config const testDir = defineBddConfig({ features: ['sample.feature'] }); And run npx bddgen but this is not giving me snippet, as it was giving before.

vitalets commented 3 months ago

I confirm the bug, will fix.

vitalets commented 3 months ago

Fixed in v7.2.1. Could you re-check?

QAPranav commented 3 months ago

Thank you @vitalets bug is fixed its working fine its retrieving step now, happy to close this issue