You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my company we need to upload via this tool. In our "Environment" is a - (hyphen). This is not allowed by the CliParser pattern.
java -jar test-result-collection-tool.jar -c octane-config.properties -t "Environment:TEST-A" unittestsresult.xml Tag and field tag arguments must be in TYPE:VALUE format: Environment:TEST-A
I already fixed it. Similar to the older issue/request with the whitespace. I would provide a feature branch and a pull request if you like.
Cheers
Marc
The text was updated successfully, but these errors were encountered:
In my company we need to upload via this tool. In our "Environment" is a - (hyphen). This is not allowed by the CliParser pattern.
java -jar test-result-collection-tool.jar -c octane-config.properties -t "Environment:TEST-A" unittestsresult.xml Tag and field tag arguments must be in TYPE:VALUE format: Environment:TEST-A
I already fixed it. Similar to the older issue/request with the whitespace. I would provide a feature branch and a pull request if you like.
Cheers
Marc
The text was updated successfully, but these errors were encountered: