Skip to content

Error 404 on behaviors tab #3351

@auranemartin

Description

@auranemartin

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)

Image Image

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions