@nsxbet/playwright-orchestrator 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,7 +82,7 @@ jobs:
82
82
  shard-files: ${{ steps.orchestrate.outputs.shard-files }}
83
83
  steps:
84
84
  - uses: actions/checkout@v4
85
- - uses: NSXBet/playwright-orchestrator/.github/actions/setup-orchestrator@v1
85
+ - uses: NSXBet/playwright-orchestrator/.github/actions/setup-orchestrator@v0
86
86
 
87
87
  # YOU control cache location
88
88
  - uses: actions/cache/restore@v4
@@ -92,7 +92,7 @@ jobs:
92
92
  restore-keys: playwright-timing-
93
93
 
94
94
  # Action handles all orchestration logic
95
- - uses: NSXBet/playwright-orchestrator/.github/actions/orchestrate@v1
95
+ - uses: NSXBet/playwright-orchestrator/.github/actions/orchestrate@v0
96
96
  id: orchestrate
97
97
  with:
98
98
  test-dir: ./e2e
@@ -112,7 +112,7 @@ jobs:
112
112
  - uses: actions/checkout@v4
113
113
 
114
114
  # Action handles parsing + fallback
115
- - uses: NSXBet/playwright-orchestrator/.github/actions/get-shard@v1
115
+ - uses: NSXBet/playwright-orchestrator/.github/actions/get-shard@v0
116
116
  id: shard
117
117
  with:
118
118
  shard-files: ${{ needs.orchestrate.outputs.shard-files }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsxbet/playwright-orchestrator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Intelligent Playwright test distribution across CI shards using historical timing data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",