Skip to content

Report is not generated correctly when double quotes are used around the pattern #390

@bubafinder

Description

@bubafinder

Describe the bug
When running the allure generate command with the search pattern wrapped in double quotes, Allure does not correctly resolve the matched directories. As a result, the generated report is missing test results even though allure-results folders contain valid data.

To Reproduce

  1. Run the following command:
    allure generate "./**/allure-results"
  2. Observe the generated report.

Expected behavior
Allure should correctly resolve the pattern inside double quotes and generate a complete report using all matched allure-results directories.

Actual behavior
The command completes successfully, but the generated report does not include test results from the matched allure-results folders.

Screenshot
Image

Behavior after double quotes are removed
Run the following command:

allure generate ./**/allure-results

Screenshot
Image

Environment

  • macOS 15.6.1
  • Allure 3 (beta.26)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions