Tibor Digana created SUREFIRE-1825:
--------------------------------------
Summary: Unable to zip the Cucumber TXT report file on Linux and
MacOS
Key: SUREFIRE-1825
URL: https://issues.apache.org/jira/browse/SUREFIRE-1825
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Failsafe Plugin, Maven Surefire Plugin
Environment: Nix systems
Reporter: Tibor Digana
Assignee: Tibor Digana
Fix For: 3.0.0-M6
We have the GitHub Workflow (CI system) and we are not able to upload the
artifacts because the TXT file contains illegal characters.
{noformat}
Run actions/upload-artifact@v2-preview
With the provided path, there will be 20483 files uploaded
##[error]Artifact path is not valid:
/JUnit47WithCucumberIT_testWithParallelClasses/target/surefire-reports/Scenario:
Do a failing test.txt. Contains character: ":". Invalid characters include:
",:,<,>,|,*,?.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)