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
I am publishing results for unit and integration tests. When publishing multiple reports, you can't tell which report goes to which test type.
It would be nice to have another attribute like REPORT_NAME that could be indexed so it's clear what link goes to what report.
test_html_reporting: title: 'Test Reports' type: 'freestyle' image: codefresh/cf-docker-test-reporting environment: - BUCKET_NAME=my_bucket - CF_STORAGE_INTEGRATION=my-integration - REPORT_DIR.0=jest-output - REPORT_INDEX_FILE.0=jest_html_reporters.html - CLEAR_TEST_REPORT.0=true - REPORT_NAME.0=Unit Test Results - ....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am publishing results for unit and integration tests. When publishing multiple reports, you can't tell which report goes to which test type.
It would be nice to have another attribute like REPORT_NAME that could be indexed so it's clear what link goes to what report.
The text was updated successfully, but these errors were encountered: