allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

file path is missing in Suite overview on latest version of allure

Open ibrocodes7 opened this issue 2 years ago • 3 comments

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:

  1. Go to allure report overview
  2. Click on 'show all'
  3. See error

Expected behavior The tree structure of the Suite should have the file path as well.

Screenshots SCR-20230222-g3u SCR-20230222-g5n

Desktop (please complete the following information):

  • OS: darwin, linux
  • Browser: Chromium
  • Version: "allure-commandline": "^2.21.0", "allure-playwright": "^2.0.0",

ibrocodes7 avatar Feb 22 '23 06:02 ibrocodes7

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 avatar Feb 22 '23 07:02 baev

@baev setting suiteTitle property to true generated with filePath. Thank you! It used to be true by default, in older versions, isn't?

ibrocodes7 avatar Feb 22 '23 08:02 ibrocodes7

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!

DOrlov77 avatar May 16 '23 07:05 DOrlov77