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
- Run the following command:
allure generate "./**/allure-results"
- 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

Behavior after double quotes are removed
Run the following command:
allure generate ./**/allure-results
Screenshot

Environment
- macOS 15.6.1
- Allure 3 (beta.26)