0.0.9 • Published 10 months ago

testcafe-reporter-xray-cloud v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago