You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
QAPranav
changed the title
Question: No sure its me but version is not giving me step definition snippet ?
Question: No sure its me but version 7 is not giving me step definition snippet ?
Aug 2, 2024
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.
The text was updated successfully, but these errors were encountered: