z-stream-test-run-reporter
v1.2.2
Published
CLI tool for sending allure test run results reports to Z-Stream's API
Downloads
3
Readme
Z-Stream Test run reporter
CLI tool for sending allure test run results reports to Z-Stream's API
Usage
npx z-stream-test-run-reporter -r allure-results -u https://yourcompanydomain.zstream.io/api/v1/test-runs/report/{token}
Options
-r
or--results
- Path to the allure-results directory-u
or--url
- URL to the Z-Stream's API endpoint for reporting test run results-k
or--testReportKey
- Unique report key for combining multiply results in a single report-f
or--filters
- JSON object for filtering test cases which will be added to the report
Filters
Example
{
"assigneeIds": "string",
"reporterIds": "string",
"taskStatus": "string",
"priorityNames": "string",
"typeNames": "string",
"createdAtStart": "string",
"createdAtEnd": "string",
"updatedAtStart": "string",
"updatedAtEnd": "string",
"fields": "string",
}