testcafe-reporter-xray-cloud
v0.0.9
Published
Testcafe reporter with multiple API execution reports
Downloads
1,841
Readme
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=