Closed QAPranav closed 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.
I confirm the bug, will fix.
Fixed in v7.2.1. Could you re-check?
Thank you @vitalets bug is fixed its working fine its retrieving step now, happy to close this issue
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.