0.0.9 • Published 1 year ago

testcafe-reporter-xray-cloud v0.0.9

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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago