ado-sync 0.1.33 → 0.1.35

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.
@@ -0,0 +1,21 @@
1
+ orgUrl: https://dev.azure.com/your-org
2
+ project: YourProject
3
+ auth:
4
+ type: pat
5
+ token: $AZURE_DEVOPS_TOKEN
6
+ testPlan:
7
+ id: 12345 # replace with your test plan ID
8
+ suiteId: 12346 # replace with your root suite ID
9
+ suiteMapping: flat
10
+ local:
11
+ type: xcuitest
12
+ include: Tests/**/*.swift
13
+ sync:
14
+ tagPrefix: tc
15
+ titleField: System.Title
16
+ markAutomated: true
17
+ ai:
18
+ provider: openai
19
+ baseUrl: https://router.huggingface.co/v1
20
+ apiKey: $HF_TOKEN
21
+ model: Qwen/Qwen2.5-Coder-7B-Instruct
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ado-sync",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "description": "Bidirectional sync between local test specs (Cucumber/Markdown) and Azure DevOps Test Cases",
5
5
  "bin": {
6
6
  "ado-sync": "./dist/cli.js"