allure-framework / allure-js

Allure integrations for JavaScript test frameworks
https://allurereport.org/
Apache License 2.0
217 stars 112 forks source link

Show Playwright Annotations in Report #661

Open zzoubian opened 1 year ago

zzoubian commented 1 year ago

Is your feature request related to a problem? Please describe. We recently started using Playwright, and we were planning to use the Allure framework for our reports. Additionally, we would like to pass additional test information to Xray. In order to that we use playwright annotations to pass this information. We noticed that when we add those annotations they not appear in the Allure report.

Describe the solution you'd like Show playwright annotations in report.

Describe alternatives you've considered Because we aren't able to see the annotations in the report, we are currently using the built-in Html reporter.

Additional context Xray Playwright Integration

Related to: https://github.com/allure-framework/allure-js/issues/490

MinhZappyRide commented 1 year ago

I have seen the same issue like this when added test information to test and not able to see it in my allure report!

mikicymulate commented 10 months ago

When will the SKIP Annotations be fixed? image

baev commented 1 week ago

skip and fixme annotations support: https://github.com/allure-framework/allure-js/pull/1035