allure2
allure2 copied to clipboard
question: how can I make allure report show pie chart based on stories
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