0.0.9 • Published 1 year ago
testcafe-reporter-xray-cloud v0.0.9
testcafe-reporter-xray-cloud
Report test executions for Xray Cloud with TestCafe.
Install
npm install testcafe-reporter-xray-cloudRequired 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_SECRETCommand 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=