We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb5ee633 commit27c23a7Copy full SHA for 27c23a7
_docs/testing/test-reports.md
@@ -256,6 +256,8 @@ Here is an example for a custom reporting via [Mocha](https://mochajs.org/). The
256
The environment variables are:
257
*`BUCKET_NAME` is the name of the bucket that you created in your cloud provider.
258
*`CF_STORAGE_INTEGRATION` is the name of the cloud integration as was entered in the Codefresh UI in the cloud storage integration page.
259
+*`REPORT_PATH` is the subfolder name in the bucket for each test report.
260
+* Data is saved to the bucket in following path: {bucketName}/{pipelineId}/{REPORT_PATH}/{branchName}/{buildId}/
261
*`REPORT_DIR` is the name of the folder that will be uploaded.
262
*`REPORT_INDEX_FILE` is the name of file that will serve as index file.
263