rookieplayers/Xray Bridge Sync
Run tests and sync results to Jira/Xray automatically. Supports Jest, Mocha, Pest, and Pytest.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xray_service_url | URL of your deployed xray-sync-service instance | yes | — |
| reporter | Test reporter format: jest, mocha, pest, or pytest. Overrides .xray-sync.yml if provided. | no | "" |
| config_path | Path to .xray-sync.yml config file | no | .xray-sync.yml |
| working_directory | Working directory for running tests (defaults to repo root) | no | . |
Outputs
| name | description |
|---|---|
| execution_key | Jira key of the created/updated Test Execution (e.g. DTV-146) |
| overall_status | Overall test status: PASS or FAIL |