allure-framework / allure-framework/allure3
Add standalone Playwright Trace Viewer
Open
- Dominant language
- HTML
- Stars
- 401
- Forks
- 58
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
Idea came while using `playwright-bdd/reporter/cucumber` from `playwright-bdd` package
```ts
reporter: [
cucumberReporter('html', {
outputFile: 'cucumber-report/index.html',
externalAttachments: true,
})
]
```
Contributor guide
Research direction
Start with the playwright-bdd cucumber reporter example in the issue and inspect the generated HTML and external attachments. Clarify which Playwright trace artifacts the standalone viewer must open and how it should be included in the Allure report; done means the agreed trace-viewing flow works with that configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- playwright
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100