You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Earlier in the suite section, file paths are used a first level reference and expanding it would show the describe suite titles. But now, suite titles are shown instead.
To Reproduce
Steps to reproduce the behavior:
Go to allure report overview
Click on 'show all'
See error
Expected behavior
The tree structure of the Suite should have the file path as well.
Screenshots
Desktop (please complete the following information):
Hi guys,
the detail and suiteTitle should be TRUE by default.
Now this behavior is broken.
Since there is no option to define this params via command line - our CI pipeline was broken.
Any chance to fix this defect?
Or make possible to configure the reporter via command line?
Thanks!
#1033 will allow you to use the Packages tab to see the tests grouped by test files.
I agree that, by default, the report should show the tests grouped by spec paths and then additionally grouped by describes (if any). The problem is that Allure 2 currently has limitations that prevent the proper implementation of the report this way. The good news is that it's already planned for Allure 3.
Closing this issue right now since suiteTitle and details are set to true by default in the current version (3.0.0-beta.4)
Describe the bug
Earlier in the suite section, file paths are used a first level reference and expanding it would show the describe suite titles. But now, suite titles are shown instead.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tree structure of the Suite should have the file path as well.
Screenshots
Desktop (please complete the following information):
"allure-commandline": "^2.21.0",
"allure-playwright": "^2.0.0",
The text was updated successfully, but these errors were encountered: