Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space in report path on report goal #274

Open
dvargas46 opened this issue Nov 13, 2022 · 0 comments
Open

Space in report path on report goal #274

dvargas46 opened this issue Nov 13, 2022 · 0 comments

Comments

@dvargas46
Copy link

Describe the bug
Reference issue from allure2: allure-framework/allure2#1271
To summarize, when using the report goal for a directory that has a space somewhere in the full path, the whole path gets recreated at the current directory with a " directory between. I have discussed why this is happening in the issue ref with a potential fix.

i.e. running mvn allure:report with defaults in a directory like /project workspace/ would produce a report path of /project workspace/"/project workspace/target/site/allure-maven-plugin"/

Expected behavior
Report goal handles spaces in the path for generating the report

Additional context
I've laid out a potential solution in the original issue ref -- changing the "handleQuotes" bool from true to false here resolved the issue when testing locally with unix-like and Windows OS's using the main report versions.
I can PR this fix. Let me know if that might cause anything else to break, but I can rerun the int tests too just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant