We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the remote-plugin fetches the test reports form the remote application via GET /results/files, the response is empty.
GET /results/files
It seems that citrus changed the folder to which the reports are written from test-output to target/citrus-reports.
test-output
target/citrus-reports
The text was updated successfully, but these errors were encountered:
citrusframework#19: Set the testng report folder from "test-output" t…
4e8bc32
…o "target/citrus-reports".
Merge pull request #20 from turing85/bugfix/19-fix-junit-report-folder
1e8c39a
#19: Set the testng report folder from "test-output" to "target/cituss-reports".
Successfully merging a pull request may close this issue.
When the remote-plugin fetches the test reports form the remote application via
GET /results/files
, the response is empty.It seems that citrus changed the folder to which the reports are written from
test-output
totarget/citrus-reports
.The text was updated successfully, but these errors were encountered: