@msalaam/xray-qe-toolkit 1.4.0 → 1.4.1

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 CHANGED
@@ -1,16 +1,30 @@
1
- # Xray Cloud API Credentials
2
- # Get your credentials from: https://xray.cloud.getxray.app/api/v2
1
+ # ─── Xray Cloud API Credentials ──────────────────────────────────────────────
2
+ # Generate at: https://xray.cloud.getxray.app → Settings → API Keys
3
3
  XRAY_ID=your_client_id_here
4
4
  XRAY_SECRET=your_client_secret_here
5
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
6
+ # ─── Xray Region ──────────────────────────────────────────────────────────────
7
+ # "us" (default) or "eu" — determines GraphQL / REST / Auth endpoint URLs
8
+ # Can also be set in .xrayrc as xrayRegion
9
+ # XRAY_REGION=us
10
10
 
11
- # Optional: Default project key if not specified via CLI
12
- # PROJECT_KEY=APIEE
11
+ # ─── Xray Endpoint Overrides (optional) ───────────────────────────────────────
12
+ # Only set these if you need to override the region-derived defaults
13
+ # XRAY_GRAPHQL_URL=https://api.xray.cloud.getxray.app/api/v2/graphql
14
+ # XRAY_REST_URL=https://xray.cloud.getxray.app/api/v2
15
+ # XRAY_AUTH_URL=https://xray.cloud.getxray.app/api/v2/authenticate
13
16
 
17
+ # ─── JIRA Credentials ─────────────────────────────────────────────────────────
18
+ JIRA_URL=https://oldmutual.atlassian.net
14
19
  JIRA_EMAIL=your.email@oldmutual.com
15
20
  JIRA_API_TOKEN=your_jira_api_token_here
16
- JIRA_URL=https://oldmutual.atlassian.net/
21
+
22
+ # ─── Project ──────────────────────────────────────────────────────────────────
23
+ JIRA_PROJECT_KEY=APIEE
24
+
25
+ # ─── XQT Defaults (optional — can also be set in .xrayrc) ────────────────────
26
+ # Test Plan key to associate pushes and results with
27
+ # XQT_TEST_PLAN_KEY=APIEE-1234
28
+
29
+ # Default environment label used by import-results and create-execution
30
+ # XQT_DEFAULT_ENV=IOP-DEV