testdriverai 7.8.0-test.0 → 7.8.0-test.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/docs/changelog.mdx +54 -12
  2. package/package.json +1 -1
@@ -5,7 +5,9 @@ rss: true
5
5
  icon: "code-compare"
6
6
  ---
7
7
 
8
- <Update label="v7.8.0-canary.4" description="March 2026" tags={["canary"]}>
8
+ <Update label="v7.8.0-canary.5" description="March 2026" tags={["canary"]}>
9
+ This release includes all changes from v7.8.0-canary.4 with version bumps.
10
+
9
11
  ✨ New features
10
12
 
11
13
  - **[Cache API](/v7/cache)** — Speed up repeated test runs with screenshot-based caching. The system compares screenshots to cached results and reuses element positions when the screen hasn't changed, reducing AI calls.
@@ -21,27 +23,67 @@ icon: "code-compare"
21
23
  - [Exec PowerShell](/v7/examples/exec-pwsh) — Generate dynamic data with PowerShell
22
24
  - [Focus window](/v7/examples/focus-window) — Switch focus between application windows
23
25
 
26
+ 🔧 Improvements
27
+
28
+ - Improved console URL mapping for canary and test environments
29
+ - Enhanced Ably channel cleanup for better resource management
30
+ - Updated release workflow with improved changelog generation
31
+ </Update>
32
+
33
+ <Update label="v7.5.26" description="March 2026" tags={["stable"]}>
34
+ 🚀 Stable release
35
+
36
+ This release promotes v7.5.25 to stable with deployment channel improvements.
37
+
38
+ ✨ Features
39
+
40
+ - **Deployment channels** — SDK now supports stable and canary release channels. Stable releases use the `latest` npm tag, while canary releases use the `canary` tag. Install canary with `npm install testdriverai@canary`.
41
+
42
+ 🔧 Improvements
43
+
44
+ - Improved cache hit debugging and logging
45
+ - Enhanced element location reliability
46
+ - Better error handling during test execution
47
+
48
+ 🐛 Bug fixes
49
+
50
+ - Fixed restart behavior during auto-updates
51
+ - Fixed console URL routing for various environments
52
+
24
53
  <Note>
25
- This release includes changes from v7.8.0-test.7 and v7.8.0-test.8.
54
+ This release includes changes from v7.5.17 through v7.5.25.
26
55
  </Note>
27
56
  </Update>
28
57
 
29
- <Update label="v7.8.0-test.8" description="March 2026" tags={["test"]}>
30
- New features
58
+ <Update label="v7.5.25" description="March 2026" tags={["stable"]}>
59
+ 🐛 Bug fixes
60
+
61
+ - Fixed restart update behavior
62
+ </Update>
63
+
64
+ <Update label="v7.5.24" description="March 2026" tags={["stable"]}>
65
+ 🔧 Improvements
66
+
67
+ - Disabled auto-update restart to improve CI stability
68
+ </Update>
69
+
70
+ <Update label="v7.5.22" description="March 2026" tags={["stable"]}>
71
+ 🔧 Improvements
31
72
 
32
- - Added new AI skills for cache, errors, events, provision, redraw, and screenshots
33
- - Removed automated changelog generation from release workflow
73
+ - Added markdown-to-HTML rendering for marketing content
34
74
  </Update>
35
75
 
36
- <Update label="v7.8.0-test.7" description="March 2026" tags={["test"]}>
37
- 🔧 Maintenance
76
+ <Update label="v7.5.19" description="March 2026" tags={["stable"]}>
77
+ 🔧 Improvements
38
78
 
39
- - Version bump syntax improvements
79
+ - Enhanced debugging output for cache hits
80
+ - Improved element location reliability
40
81
  </Update>
41
82
 
42
- <Update label="v7.8.0-test.6" description="March 2026" tags={["test"]}>
43
- 🔧 Maintenance
83
+ <Update label="v7.5.17" description="March 2026" tags={["stable"]}>
84
+ 🔧 Improvements
44
85
 
45
- - Fix changelog generation in release workflow (04a789ec)
86
+ - Improved codespace scaling and development environment setup
87
+ - Updated VS Code extension version
46
88
  </Update>
47
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.8.0-test.0",
3
+ "version": "7.8.0-test.1",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",