testdriverai 7.9.53-test → 7.9.55-test

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: testdriver
3
3
  description: An expert at creating and refining automated tests using TestDriver.ai
4
- tools: ['vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/askQuestions', 'vscode/switchAgent', 'vscode/vscodeAPI', 'vscode/extensions', 'execute/runNotebookCell', 'execute/testFailure', 'execute/getTerminalOutput', 'execute/awaitTerminal', 'execute/killTerminal', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runTests', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'search/searchSubagent', 'web/fetch', 'web/githubRepo', 'testdriver/assert', 'testdriver/check', 'testdriver/click', 'testdriver/exec', 'testdriver/find', 'testdriver/find_and_click', 'testdriver/findall', 'testdriver/focus_application', 'testdriver/hover', 'testdriver/list_local_screenshots', 'testdriver/press_keys', 'testdriver/screenshot', 'testdriver/scroll', 'testdriver/session_extend', 'testdriver/session_start', 'testdriver/session_status', 'testdriver/type', 'testdriver/view_local_screenshot', 'testdriver/wait', 'todo']
4
+ tools: ['vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/askQuestions', 'vscode/switchAgent', 'vscode/vscodeAPI', 'vscode/extensions', 'execute/runNotebookCell', 'execute/testFailure', 'execute/getTerminalOutput', 'execute/awaitTerminal', 'execute/killTerminal', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runTests', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'search/searchSubagent', 'web/fetch', 'web/githubRepo', 'testdriver/assert', 'testdriver/check', 'testdriver/click', 'testdriver/exec', 'testdriver/find', 'testdriver/find_and_click', 'testdriver/findall', 'testdriver/focus_application', 'testdriver/hover', 'testdriver/init', 'testdriver/list_local_screenshots', 'testdriver/press_keys', 'testdriver/screenshot', 'testdriver/scroll', 'testdriver/session_extend', 'testdriver/session_start', 'testdriver/session_status', 'testdriver/type', 'testdriver/view_local_screenshot', 'testdriver/wait', 'todo']
5
5
  mcp-servers:
6
6
  testdriver:
7
7
  command: npx
@@ -294,7 +294,7 @@ When creating a new test project, use these exact dependencies:
294
294
  {
295
295
  "type": "module",
296
296
  "devDependencies": {
297
- "testdriverai": "beta",
297
+ "testdriverai": "canary",
298
298
  "vitest": "^4.0.0"
299
299
  },
300
300
  "scripts": {
@@ -303,7 +303,7 @@ When creating a new test project, use these exact dependencies:
303
303
  }
304
304
  ```
305
305
 
306
- **Important:** The package is `testdriverai` (NOT `@testdriverai/sdk`). Always install from the `beta` tag.
306
+ **Important:** The package is `testdriverai` (NOT `@testdriverai/sdk`). Always install from the `canary` tag.
307
307
 
308
308
  ## Test File Format
309
309
 
@@ -50,12 +50,12 @@ Get your API key at: **https://console.testdriver.ai/team**
50
50
 
51
51
  ### Installation
52
52
 
53
- Always use the **beta** tag when installing TestDriver:
53
+ Always use the **canary** tag when installing TestDriver:
54
54
 
55
55
  ```bash
56
- npm install --save-dev testdriverai@beta
56
+ npm install --save-dev testdriverai@canary
57
57
  # or
58
- npx testdriverai@beta init
58
+ npx testdriverai@canary init
59
59
  ```
60
60
 
61
61
  ### Test Runner
@@ -2,16 +2,16 @@
2
2
  "$schema": "./examples-manifest.schema.json",
3
3
  "examples": {
4
4
  "assert.test.mjs": {
5
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5765781f41a77dddc46fe",
6
- "lastUpdated": "2026-04-20T01:13:22.119Z"
5
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabcf808125e49dc731fec",
6
+ "lastUpdated": "2026-04-24T01:16:28.300Z"
7
7
  },
8
8
  "drag-and-drop.test.mjs": {
9
9
  "url": "https://console.testdriver.ai/runs/69a62b3aaa712ecd3dea730a/69a62b42fc0ac3cc632a918b",
10
10
  "lastUpdated": "2026-03-03T00:32:25.275Z"
11
11
  },
12
12
  "exec-pwsh.test.mjs": {
13
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5757581f41a77dddc46db",
14
- "lastUpdated": "2026-04-20T00:52:10.487Z"
13
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc1608125e49dc731fc2",
14
+ "lastUpdated": "2026-04-24T00:54:44.124Z"
15
15
  },
16
16
  "match-image.test.mjs": {
17
17
  "url": "https://console-test.testdriver.ai/runs/69c8738614b73310c7839412/69c8738c14b73310c783941d",
@@ -22,84 +22,84 @@
22
22
  "lastUpdated": "2026-03-03T00:32:25.282Z"
23
23
  },
24
24
  "hover-text-with-description.test.mjs": {
25
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5758c81f41a77dddc46ec",
26
- "lastUpdated": "2026-04-20T00:38:36.555Z"
25
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc2f08125e49dc731fc3",
26
+ "lastUpdated": "2026-04-24T00:41:19.064Z"
27
27
  },
28
28
  "windows-installer.test.mjs": {
29
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e575ba81f41a77dddc46f5",
30
- "lastUpdated": "2026-04-20T00:53:18.775Z"
29
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc5f08125e49dc731fca",
30
+ "lastUpdated": "2026-04-24T00:55:52.184Z"
31
31
  },
32
32
  "exec-output.test.mjs": {
33
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e575bb81f41a77dddc46f7",
34
- "lastUpdated": "2026-04-20T00:53:20.208Z"
33
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc6008125e49dc731fcb",
34
+ "lastUpdated": "2026-04-24T00:55:53.597Z"
35
35
  },
36
36
  "chrome-extension.test.mjs": {
37
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5757381f41a77dddc46d9",
38
- "lastUpdated": "2026-04-20T00:45:11.699Z"
37
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc1508125e49dc731fc1",
38
+ "lastUpdated": "2026-04-24T00:47:44.523Z"
39
39
  },
40
40
  "launch-vscode-linux.test.mjs": {
41
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e575a481f41a77dddc46f0",
42
- "lastUpdated": "2026-04-20T01:04:02.338Z"
41
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc5108125e49dc731fc8",
42
+ "lastUpdated": "2026-04-24T01:06:32.713Z"
43
43
  },
44
44
  "hover-image.test.mjs": {
45
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e575d281f41a77dddc46f8",
46
- "lastUpdated": "2026-04-20T00:46:44.905Z"
45
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc7708125e49dc731fd0",
46
+ "lastUpdated": "2026-04-24T00:49:18.676Z"
47
47
  },
48
48
  "installer.test.mjs": {
49
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e575ea81f41a77dddc46f9",
50
- "lastUpdated": "2026-04-20T00:40:10.308Z"
49
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabc8d08125e49dc731fd5",
50
+ "lastUpdated": "2026-04-24T00:42:53.690Z"
51
51
  },
52
52
  "type.test.mjs": {
53
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5762b81f41a77dddc46fc",
54
- "lastUpdated": "2026-04-20T00:48:14.569Z"
53
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabccd08125e49dc731fe8",
54
+ "lastUpdated": "2026-04-24T00:50:48.194Z"
55
55
  },
56
56
  "press-keys.test.mjs": {
57
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5764181f41a77dddc46fd",
58
- "lastUpdated": "2026-04-20T01:12:25.955Z"
57
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabce308125e49dc731feb",
58
+ "lastUpdated": "2026-04-24T01:15:07.328Z"
59
59
  },
60
60
  "scroll-keyboard.test.mjs": {
61
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5768681f41a77dddc4700",
62
- "lastUpdated": "2026-04-20T00:56:40.964Z"
61
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd2408125e49dc731fee",
62
+ "lastUpdated": "2026-04-24T00:59:19.017Z"
63
63
  },
64
64
  "scroll.test.mjs": {
65
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e576a381f41a77dddc4707",
66
- "lastUpdated": "2026-04-20T01:18:35.194Z"
65
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd3f08125e49dc731ff2",
66
+ "lastUpdated": "2026-04-24T01:21:40.363Z"
67
67
  },
68
68
  "scroll-until-image.test.mjs": {
69
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5768881f41a77dddc4703",
70
- "lastUpdated": "2026-04-20T00:42:48.462Z"
69
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd2508125e49dc731fef",
70
+ "lastUpdated": "2026-04-24T00:45:25.877Z"
71
71
  },
72
72
  "prompt.test.mjs": {
73
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5768981f41a77dddc4705",
74
- "lastUpdated": "2026-04-20T00:56:44.035Z"
73
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd2708125e49dc731ff0",
74
+ "lastUpdated": "2026-04-24T00:59:22.066Z"
75
75
  },
76
76
  "focus-window.test.mjs": {
77
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5768b81f41a77dddc4706",
78
- "lastUpdated": "2026-04-20T00:42:51.408Z"
77
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd2808125e49dc731ff1",
78
+ "lastUpdated": "2026-04-24T00:45:28.741Z"
79
79
  },
80
80
  "captcha-api.test.mjs": {
81
81
  "url": "https://console.testdriver.ai/runs/698f7df69e27ce1528d7d087/698f7fb0d3b320ad547d9d44",
82
82
  "lastUpdated": "2026-02-13T19:55:05.951Z"
83
83
  },
84
84
  "element-not-found.test.mjs": {
85
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e576bb81f41a77dddc4708",
86
- "lastUpdated": "2026-04-20T00:57:32.590Z"
85
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd5608125e49dc731ff3",
86
+ "lastUpdated": "2026-04-24T01:00:11.554Z"
87
87
  },
88
88
  "formatted-logging.test.mjs": {
89
89
  "url": "https://console-test.testdriver.ai/runs/69c8738614b73310c7839412/69c873a714b73310c7839450",
90
90
  "lastUpdated": "2026-03-29T00:36:10.628Z"
91
91
  },
92
92
  "hover-text.test.mjs": {
93
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e576e981f41a77dddc4712",
94
- "lastUpdated": "2026-04-20T00:44:25.691Z"
93
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd8408125e49dc731ff5",
94
+ "lastUpdated": "2026-04-24T00:46:59.941Z"
95
95
  },
96
96
  "no-provision.test.mjs": {
97
97
  "url": "https://console.testdriver.ai/runs/69a62b3aaa712ecd3dea730a/69a62b7706a177a05bccd1cf",
98
98
  "lastUpdated": "2026-03-03T00:32:25.279Z"
99
99
  },
100
100
  "ai.test.mjs": {
101
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e576d381f41a77dddc470c",
102
- "lastUpdated": "2026-04-20T01:21:54.806Z"
101
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd6e08125e49dc731ff4",
102
+ "lastUpdated": "2026-04-24T01:24:56.138Z"
103
103
  },
104
104
  "popup-loading.test.mjs": {
105
105
  "url": "https://console.testdriver.ai/runs/698bc89f7140c3fa7daaca8d/698bca7f7140c3fa7daacbf7",
@@ -134,12 +134,12 @@
134
134
  "lastUpdated": "2026-02-13T19:55:05.953Z"
135
135
  },
136
136
  "findall-coffee-icons.test.mjs": {
137
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5766f81f41a77dddc46ff",
138
- "lastUpdated": "2026-04-20T00:49:23.764Z"
137
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd0e08125e49dc731fed",
138
+ "lastUpdated": "2026-04-24T00:51:56.440Z"
139
139
  },
140
140
  "parse.test.mjs": {
141
- "url": "https://console-test.testdriver.ai/runs/69e5755c81f41a77dddc46be/69e5770181f41a77dddc4717",
142
- "lastUpdated": "2026-04-20T00:58:40.412Z"
141
+ "url": "https://console-test.testdriver.ai/runs/69eabbfb08125e49dc731fc0/69eabd9a08125e49dc731ff6",
142
+ "lastUpdated": "2026-04-24T01:01:20.273Z"
143
143
  },
144
144
  "flake-diffthreshold-001.test.mjs": {
145
145
  "url": "https://console.testdriver.ai/runs/69a62b3aaa712ecd3dea730a/69a62bcafc0ac3cc632a91aa",
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* ai.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e576d381f41a77dddc470c/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd6e08125e49dc731ff4/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* assert.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5765781f41a77dddc46fe/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabcf808125e49dc731fec/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* chrome-extension.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5757381f41a77dddc46d9/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabc1508125e49dc731fc1/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* element-not-found.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e576bb81f41a77dddc4708/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd5608125e49dc731ff3/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -18,7 +18,7 @@ Watch this test execute in a real sandbox environment:
18
18
 
19
19
  {/* findall-coffee-icons.test.mjs output */}
20
20
  <iframe
21
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5766f81f41a77dddc46ff/replay"
21
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd0e08125e49dc731fed/replay"
22
22
  width="100%"
23
23
  height="600"
24
24
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* hover-image.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e575d281f41a77dddc46f8/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabc7708125e49dc731fd0/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -18,7 +18,7 @@ Watch this test execute in a real sandbox environment:
18
18
 
19
19
  {/* hover-text-with-description.test.mjs output */}
20
20
  <iframe
21
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5758c81f41a77dddc46ec/replay"
21
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabc2f08125e49dc731fc3/replay"
22
22
  width="100%"
23
23
  height="600"
24
24
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* hover-text.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e576e981f41a77dddc4712/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd8408125e49dc731ff5/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* installer.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e575ea81f41a77dddc46f9/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabc8d08125e49dc731fd5/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* launch-vscode-linux.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e575a481f41a77dddc46f0/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabc5108125e49dc731fc8/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -18,7 +18,7 @@ Watch this test execute in a real sandbox environment:
18
18
 
19
19
  {/* parse.test.mjs output */}
20
20
  <iframe
21
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5770181f41a77dddc4717/replay"
21
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd9a08125e49dc731ff6/replay"
22
22
  width="100%"
23
23
  height="600"
24
24
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* press-keys.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5764181f41a77dddc46fd/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabce308125e49dc731feb/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* scroll-keyboard.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5768681f41a77dddc4700/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd2408125e49dc731fee/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* scroll.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e576a381f41a77dddc4707/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabd3f08125e49dc731ff2/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
@@ -12,7 +12,7 @@ Watch this test execute in a real sandbox environment:
12
12
 
13
13
  {/* type.test.mjs output */}
14
14
  <iframe
15
- src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69e5762b81f41a77dddc46fc/replay"
15
+ src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/69eabccd08125e49dc731fe8/replay"
16
16
  width="100%"
17
17
  height="390"
18
18
  style={{ border: "1px solid #333", borderRadius: "8px" }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.9.53-test",
3
+ "version": "7.9.55-test",
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",