playwright-bdd icon indicating copy to clipboard operation
playwright-bdd copied to clipboard

Feature: adopt Playwright HTML reporter to BDD tests

Open vitalets opened this issue 10 months ago • 0 comments

The problem Although Playwright-bdd now supports Cucumber HTML report, it can be useful to adopt Playwright HTML reporter for BDD tests. The benefits of Playwright HTML reporter:

  1. it embeds Playwright trace viewer
  2. it can attach assets by url
  3. it shows annotations

A solution Extend Playwright HTML reporter with the following features:

  • better show background steps
  • better show scenario outline examples (see #67)
  • hide unnecessary fixtures

vitalets avatar Apr 01 '24 08:04 vitalets