0.0.9 • Published 9 months ago

testcafe-reporter-xray-cloud v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

testcafe-reporter-xray-cloud

Report test executions for Xray Cloud with TestCafe.

Install

npm install testcafe-reporter-xray-cloud

Required Configuration

The reporter expects an XRay Cloud Client Secret and Client ID these can be passed as environment variables or command line arguments.

Environment Variables

XRAY_CLIENT_ID
XRAY_CLIENT_SECRET

Command Line Arguments

npx testcafe -r xray-cloud --clientSecret="" --clientId="" ...

Optional Configuration

Execution Key

To report to a specific test execution, the execution key can be passed as an argument

npx testcafe -r xray-cloud --executionKey="<EXECUTION_KEY>"

Versions

To add version metadata to a test execution, the reporter receives command line argument configurations for:

  • versionNumber

Or environment variables:

JIRA_VERSION_NUMBER=
0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago