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
jzaratei
changed the title
Bug: For multiple projects the step definition snipped is not display
Bug: For multiple projects the step definition snippets is not display
Sep 29, 2023
Given
And I have a step missing in the second project
When
I execute npx bddgen
Then
[2023-09-29T08:24:38.029Z] Missing steps found. Use snippets below:
import { Fixture, Given, When, Then } from 'playwright-bdd/decorators';
Expected behavior
[2023-09-29T08:24:38.029Z] Missing steps found. Use snippets below:
import { Fixture, Given, When, Then } from 'playwright-bdd/decorators';
[2023-09-29T08:24:38.030Z] // 1. Missing step definition for "features**.feature:49:9"
@when('I do login')
Isolated demo
vitalets/playwright-bdd-example#3
Environment
The text was updated successfully, but these errors were encountered: