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
Example project as basis, but playwright specific files moved into a subfolder.
When npm test
Then
╰─❯ npm test
> [email protected] test
> npx bddgen --config subfolder/playwright.config.ts && npx playwright test --config subfolder/playwright.config.ts
Running 1 test using 1 worker
1 passed (864ms)
Error in reporter [Error: ENOENT: no such file or directory, open 'features/homepage.feature'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'features/homepage.feature'
}
An empty cucumber-report html file is created.
But I expect
The cucumberReporter not failing by accessing a non-existing file.
Given
Example project as basis, but playwright specific files moved into a subfolder.
When
npm test
Then
An empty cucumber-report html file is created.
But I expect
The cucumberReporter not failing by accessing a non-existing file.
Isolated demo
vitalets/playwright-bdd-example#17
Environment
The text was updated successfully, but these errors were encountered: