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
When running tests with playwright's "list" reporter in 1.49.x the tags are now added to the scenario title, e.g.
@playwright
Feature: Playwright Home Page
Scenario: Check title
Given I am on Playwright home page
When I click link "Get started"
Then I see in title "Installation"
When
Running npx bddgen && npx playwright test
Then
Running 1 test using 1 worker
✓ 1 [chromium] › features/homepage.feature.spec.js:6:7 › Playwright Home Page › Check title @playwright (2.1s)
1 passed (4.1s)
But I expect
Running 1 test using 1 worker
✓ 1 [chromium] › features/homepage.feature.spec.js:6:7 › Playwright Home Page › Check title (2.2s)
1 passed (6.6s)
When running tests with playwright's "list" reporter in 1.49.x the tags are now added to the scenario title, e.g.
When
Running
npx bddgen && npx playwright test
Then
But I expect
Isolated demo
https://github.com/alescinskis/pw-bdd-pw-1.49.x-list-reporter
Environment
The text was updated successfully, but these errors were encountered: