@msalaam/xray-qe-toolkit 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example ADDED
@@ -0,0 +1,16 @@
1
+ # Xray Cloud API Credentials
2
+ # Get your credentials from: https://xray.cloud.getxray.app/api/v2
3
+ XRAY_ID=your_client_id_here
4
+ XRAY_SECRET=your_client_secret_here
5
+
6
+ # Optional: Region-specific GraphQL endpoint (default: US)
7
+ # EU: https://xray.cloud.getxray.app/api/v2/graphql
8
+ # US: https://api.xray.cloud.getxray.app/api/v2/graphql (default)
9
+ # XRAY_GRAPHQL_URL=https://api.xray.cloud.getxray.app/api/v2/graphql
10
+
11
+ # Optional: Default project key if not specified via CLI
12
+ # PROJECT_KEY=APIEE
13
+
14
+ JIRA_EMAIL=your.email@oldmutual.com
15
+ JIRA_API_TOKEN=your_jira_api_token_here
16
+ JIRA_URL=https://oldmutual.atlassian.net/