1.2.2 • Published 1 year ago

z-stream-test-run-reporter v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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",
}
1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago