allure2 icon indicating copy to clipboard operation
allure2 copied to clipboard

question: how can I make allure report show pie chart based on stories

Open bodycombathuang opened this issue 2 years ago • 0 comments

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

bodycombathuang avatar Oct 10 '23 08:10 bodycombathuang