Describe the Bug
When generating a report for playwright test containing behavior-based hierarchy annotation (await allure.epic(...) for example), no behaviors.json file is generated under allure-report\data
This leads to a 404 error when viewing the report for the behaviors sections (suite section is fine)
Steps to Reproduce
Have a playwrigh test containing
import * as allure from 'allure-js-commons';
test('Check Widgets', async ({ }) => {
await allure.epic(`Epic name`);
await allure.severity(allure.Severity.NORMAL);
expect here
});
run the test
run allure generate
run allure open
Expected Behaviour
the behavior screen is displayed and shows the feature/epic/story defined with the tests annotations
Screenshots or Additional Context
No response
What Language are you using?
TypeScript
What Framework/Allure Integration you are using?
allure-playwright
What version of Allure Integration you are using?
3.7.2
What version of Allure Report you are using?
2.41.0
Code of Conduct
Describe the Bug
When generating a report for playwright test containing behavior-based hierarchy annotation (await allure.epic(...) for example), no behaviors.json file is generated under allure-report\data
This leads to a 404 error when viewing the report for the behaviors sections (suite section is fine)
Steps to Reproduce
Have a playwrigh test containing
run the test
run allure generate
run allure open
Expected Behaviour
the behavior screen is displayed and shows the feature/epic/story defined with the tests annotations
Screenshots or Additional Context
No response
What Language are you using?
TypeScript
What Framework/Allure Integration you are using?
allure-playwright
What version of Allure Integration you are using?
3.7.2
What version of Allure Report you are using?
2.41.0
Code of Conduct