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
I have a question
I am using allure-playwright, I have a test block
test('has title1 @API', async ({ page }) => {
await allure.story( '@API');
});
then run npx playwright test to generate allure json report
and use allure open allure-report to view html report, I find pie charts in the report are not based on story, how can I make report show pie chart based on story
The text was updated successfully, but these errors were encountered:
baev
transferred this issue from allure-framework/allure-js
Jul 1, 2024
I have a question
I am using allure-playwright, I have a test block
test('has title1 @API', async ({ page }) => {
await allure.story( '@API');
});
then run npx playwright test to generate allure json report
and use allure open allure-report to view html report, I find pie charts in the report are not based on story, how can I make report show pie chart based on story
The text was updated successfully, but these errors were encountered: