Skip to content

Fix report generation when Allure paths contain spaces#413

Merged
baev merged 1 commit intomainfrom
fix-411
Apr 9, 2026
Merged

Fix report generation when Allure paths contain spaces#413
baev merged 1 commit intomainfrom
fix-411

Conversation

@baev
Copy link
Copy Markdown
Member

@baev baev commented Apr 9, 2026

Context

Fixes #411.

This change fixes report generation when resultsDirectory or reportDirectory contains spaces. On macOS/Linux, the plugin was forcing commons-exec to quote those path arguments, and those quotes were being passed through to the allure shell script as literal characters instead of just protecting the argument. That could send the report to the wrong location and matches the broken behavior reported in the issue.

Checklist

@baev baev added the type:bug Something isn't working label Apr 9, 2026
@baev baev merged commit 3301356 into main Apr 9, 2026
8 of 9 checks passed
@baev baev deleted the fix-411 branch April 9, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent Allure Report Directory Naming on macOS: Trailing Double Quote Issue

2 participants