Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bodycombathuang opened this issue Oct 10, 2023 · 0 comments

Comments

@bodycombathuang
Copy link

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

@baev baev transferred this issue from allure-framework/allure-js Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant