allure-js
allure-js copied to clipboard
file path is missing in Suite overview on latest version of allure
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):
- OS: darwin, linux
- Browser: Chromium
- Version: "allure-commandline": "^2.21.0", "allure-playwright": "^2.0.0",
There is the configuration option is available to configure such behavior, see https://github.com/allure-framework/allure-js/tree/master/packages/allure-playwright#suit-title
@baev setting suiteTitle property to true generated with filePath. Thank you! It used to be true by default, in older versions, isn't?
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!