testdriverai 7.11.70-test → 7.11.72-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.
- package/agent/lib/http.js +1 -1
- package/docs/_data/examples-manifest.json +42 -42
- package/docs/docs.json +1 -0
- package/docs/v7/agent.mdx +100 -0
- package/docs/v7/examples/assert.mdx +1 -1
- package/docs/v7/examples/chrome-extension.mdx +1 -1
- package/docs/v7/examples/element-not-found.mdx +1 -1
- package/docs/v7/examples/findall-coffee-icons.mdx +1 -1
- package/docs/v7/examples/hover-image.mdx +1 -1
- package/docs/v7/examples/hover-text-with-description.mdx +1 -1
- package/docs/v7/examples/hover-text.mdx +1 -1
- package/docs/v7/examples/installer.mdx +1 -1
- package/docs/v7/examples/launch-vscode-linux.mdx +1 -1
- package/docs/v7/examples/parse.mdx +1 -1
- package/docs/v7/examples/press-keys.mdx +1 -1
- package/docs/v7/examples/scroll-keyboard.mdx +1 -1
- package/docs/v7/examples/scroll.mdx +1 -1
- package/docs/v7/examples/type.mdx +1 -1
- package/package.json +1 -1
- /package/{examples → manual}/chrome-extension.test.mjs +0 -0
package/agent/lib/http.js
CHANGED
|
@@ -33,7 +33,7 @@ function getSentryTraceHeaders(sessionId) {
|
|
|
33
33
|
if (typeof Sentry.getTraceData === "function") {
|
|
34
34
|
const traceData = Sentry.getTraceData();
|
|
35
35
|
if (traceData && traceData["sentry-trace"]) {
|
|
36
|
-
return traceData;
|
|
36
|
+
return { ...traceData };
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
} catch (e) {
|
|
@@ -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/
|
|
6
|
-
"lastUpdated": "2026-08-
|
|
5
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a278a75a86fc4b64f4",
|
|
6
|
+
"lastUpdated": "2026-08-21T00:15:30.566Z"
|
|
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/
|
|
14
|
-
"lastUpdated": "2026-08-
|
|
13
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a87989378a75a86fc4b64f1",
|
|
14
|
+
"lastUpdated": "2026-08-21T00:15:48.924Z"
|
|
15
15
|
},
|
|
16
16
|
"match-image.test.mjs": {
|
|
17
17
|
"url": "https://console-test.testdriver.ai/runs/69c8738614b73310c7839412/69c8738c14b73310c783941d",
|
|
@@ -22,78 +22,78 @@
|
|
|
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/
|
|
26
|
-
"lastUpdated": "2026-08-
|
|
25
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a879896b7cddebeab9bfbee",
|
|
26
|
+
"lastUpdated": "2026-08-21T00:15:51.746Z"
|
|
27
27
|
},
|
|
28
28
|
"windows-installer.test.mjs": {
|
|
29
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
30
|
-
"lastUpdated": "2026-08-
|
|
29
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a879898b7cddebeab9bfbef",
|
|
30
|
+
"lastUpdated": "2026-08-21T00:20:29.119Z"
|
|
31
31
|
},
|
|
32
32
|
"exec-output.test.mjs": {
|
|
33
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
34
|
-
"lastUpdated": "2026-08-
|
|
33
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798993062df0fb9b85595",
|
|
34
|
+
"lastUpdated": "2026-08-21T00:16:27.019Z"
|
|
35
35
|
},
|
|
36
36
|
"chrome-extension.test.mjs": {
|
|
37
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
38
|
-
"lastUpdated": "2026-08-
|
|
37
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798913062df0fb9b85592",
|
|
38
|
+
"lastUpdated": "2026-08-21T00:15:47.131Z"
|
|
39
39
|
},
|
|
40
40
|
"launch-vscode-linux.test.mjs": {
|
|
41
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
42
|
-
"lastUpdated": "2026-08-
|
|
41
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a87989441d49e9ea55bd199",
|
|
42
|
+
"lastUpdated": "2026-08-21T00:16:21.995Z"
|
|
43
43
|
},
|
|
44
44
|
"hover-image.test.mjs": {
|
|
45
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
46
|
-
"lastUpdated": "2026-08-
|
|
45
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a87989bb7cddebeab9bfbf0",
|
|
46
|
+
"lastUpdated": "2026-08-21T00:15:23.027Z"
|
|
47
47
|
},
|
|
48
48
|
"installer.test.mjs": {
|
|
49
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
50
|
-
"lastUpdated": "2026-08-
|
|
49
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a87989d78a75a86fc4b64f3",
|
|
50
|
+
"lastUpdated": "2026-08-21T00:15:24.990Z"
|
|
51
51
|
},
|
|
52
52
|
"type.test.mjs": {
|
|
53
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
54
|
-
"lastUpdated": "2026-08-
|
|
53
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a87989fb7cddebeab9bfbf2",
|
|
54
|
+
"lastUpdated": "2026-08-21T00:16:31.968Z"
|
|
55
55
|
},
|
|
56
56
|
"press-keys.test.mjs": {
|
|
57
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
58
|
-
"replayUrl": "https://console-test.testdriver.ai/replay/
|
|
59
|
-
"embedUrl": "https://console-test.testdriver.ai/replay/
|
|
60
|
-
"lastUpdated": "2026-08-
|
|
57
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a13062df0fb9b85597",
|
|
58
|
+
"replayUrl": "https://console-test.testdriver.ai/replay/6a879adf3062df0fb9b855fc?share=FFAdwAvK0aNJAa3xPOtWA",
|
|
59
|
+
"embedUrl": "https://console-test.testdriver.ai/replay/6a879adf3062df0fb9b855fc?share=FFAdwAvK0aNJAa3xPOtWA&embed=true",
|
|
60
|
+
"lastUpdated": "2026-08-21T00:25:08.572Z"
|
|
61
61
|
},
|
|
62
62
|
"scroll-keyboard.test.mjs": {
|
|
63
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
64
|
-
"lastUpdated": "2026-08-
|
|
63
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a6b7cddebeab9bfbf4",
|
|
64
|
+
"lastUpdated": "2026-08-21T00:16:38.650Z"
|
|
65
65
|
},
|
|
66
66
|
"scroll.test.mjs": {
|
|
67
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
68
|
-
"lastUpdated": "2026-08-
|
|
67
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798ac3062df0fb9b8559c",
|
|
68
|
+
"lastUpdated": "2026-08-21T00:16:12.199Z"
|
|
69
69
|
},
|
|
70
70
|
"scroll-until-image.test.mjs": {
|
|
71
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
72
|
-
"lastUpdated": "2026-08-
|
|
71
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a73062df0fb9b8559a",
|
|
72
|
+
"lastUpdated": "2026-08-21T00:15:35.988Z"
|
|
73
73
|
},
|
|
74
74
|
"prompt.test.mjs": {
|
|
75
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
76
|
-
"lastUpdated": "2026-08-
|
|
75
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a93062df0fb9b8559b",
|
|
76
|
+
"lastUpdated": "2026-08-21T00:16:41.842Z"
|
|
77
77
|
},
|
|
78
78
|
"focus-window.test.mjs": {
|
|
79
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
80
|
-
"lastUpdated": "2026-08-
|
|
79
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798aa78a75a86fc4b64f6",
|
|
80
|
+
"lastUpdated": "2026-08-21T00:16:43.205Z"
|
|
81
81
|
},
|
|
82
82
|
"captcha-api.test.mjs": {
|
|
83
83
|
"url": "https://console.testdriver.ai/runs/698f7df69e27ce1528d7d087/698f7fb0d3b320ad547d9d44",
|
|
84
84
|
"lastUpdated": "2026-02-13T19:55:05.951Z"
|
|
85
85
|
},
|
|
86
86
|
"element-not-found.test.mjs": {
|
|
87
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
88
|
-
"lastUpdated": "2026-08-
|
|
87
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798ae3062df0fb9b8559d",
|
|
88
|
+
"lastUpdated": "2026-08-21T00:16:13.841Z"
|
|
89
89
|
},
|
|
90
90
|
"formatted-logging.test.mjs": {
|
|
91
91
|
"url": "https://console-test.testdriver.ai/runs/69c8738614b73310c7839412/69c873a714b73310c7839450",
|
|
92
92
|
"lastUpdated": "2026-03-29T00:36:10.628Z"
|
|
93
93
|
},
|
|
94
94
|
"hover-text.test.mjs": {
|
|
95
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
96
|
-
"lastUpdated": "2026-08-
|
|
95
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798afb7cddebeab9bfbf5",
|
|
96
|
+
"lastUpdated": "2026-08-21T00:16:15.554Z"
|
|
97
97
|
},
|
|
98
98
|
"no-provision.test.mjs": {
|
|
99
99
|
"url": "https://console.testdriver.ai/runs/69a62b3aaa712ecd3dea730a/69a62b7706a177a05bccd1cf",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"lastUpdated": "2026-02-13T19:55:05.953Z"
|
|
139
139
|
},
|
|
140
140
|
"findall-coffee-icons.test.mjs": {
|
|
141
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
142
|
-
"lastUpdated": "2026-08-
|
|
141
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798a43062df0fb9b85599",
|
|
142
|
+
"lastUpdated": "2026-08-21T00:15:32.294Z"
|
|
143
143
|
},
|
|
144
144
|
"parse.test.mjs": {
|
|
145
|
-
"url": "https://console-test.testdriver.ai/runs/
|
|
146
|
-
"lastUpdated": "2026-08-
|
|
145
|
+
"url": "https://console-test.testdriver.ai/runs/6a87988fb7cddebeab9bfbea/6a8798b178a75a86fc4b64f7",
|
|
146
|
+
"lastUpdated": "2026-08-21T00:16:17.187Z"
|
|
147
147
|
},
|
|
148
148
|
"flake-diffthreshold-001.test.mjs": {
|
|
149
149
|
"url": "https://console.testdriver.ai/runs/69a62b3aaa712ecd3dea730a/69a62bcafc0ac3cc632a91aa",
|
package/docs/docs.json
CHANGED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "The TestDriver Agent"
|
|
3
|
+
sidebarTitle: "Agent"
|
|
4
|
+
description: "How the TestDriver agent behaves on GitHub issues, pull requests, and @mentions"
|
|
5
|
+
icon: "robot"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
The TestDriver agent is an AI teammate that lives in your GitHub repository. It's
|
|
9
|
+
**code review that runs your app** — instead of only reading a diff and guessing
|
|
10
|
+
what might break, it starts a real sandbox, drives the real app, and reports what
|
|
11
|
+
actually happens.
|
|
12
|
+
|
|
13
|
+
## Scope: it only builds and maintains tests
|
|
14
|
+
|
|
15
|
+
The agent is focused. The one thing it does is **write, debug, fix, and maintain
|
|
16
|
+
automated tests** with TestDriver, and review pull requests by writing and running
|
|
17
|
+
a test against the change. It will politely decline off-scope work — it won't edit
|
|
18
|
+
your application code, fix product bugs, answer unrelated programming questions, or
|
|
19
|
+
act as a general coding assistant.
|
|
20
|
+
|
|
21
|
+
## How it behaves depends on the surface
|
|
22
|
+
|
|
23
|
+
The agent reacts to three different GitHub surfaces, and its behavior is
|
|
24
|
+
noticeably different on each.
|
|
25
|
+
|
|
26
|
+
| Surface | Trigger | What it does |
|
|
27
|
+
|---------|---------|--------------|
|
|
28
|
+
| **Pull request opened** | Automatic (no mention) | Silent, evidence-based **code review** |
|
|
29
|
+
| **Issue opened** | Automatic (no mention) | **Onboarding / test-building** |
|
|
30
|
+
| **@mention** (issue or PR) | You mention the bot | Interactive, chatty conversation |
|
|
31
|
+
|
|
32
|
+
## Pull requests — automatic code review
|
|
33
|
+
|
|
34
|
+
When a pull request is **opened**, the agent reviews it automatically — nobody has
|
|
35
|
+
to ask.
|
|
36
|
+
|
|
37
|
+
- **The review is the deliverable, not chatter.** An automatic review is
|
|
38
|
+
unsolicited, so the agent stays quiet while it works and posts a **single review
|
|
39
|
+
comment** at the end rather than scattering inline threads across the diff or
|
|
40
|
+
narrating each step.
|
|
41
|
+
- **It runs the change when it can.** Its default first move is to start a session,
|
|
42
|
+
work out what the PR changes from a user's point of view, and write and run a
|
|
43
|
+
TestDriver test that exercises exactly that. A bug it *watched happen* is far
|
|
44
|
+
more valuable than one it inferred.
|
|
45
|
+
- **Findings are labeled by how they were found.** Each finding is marked
|
|
46
|
+
`observed` (proven by actually running the change) or `suspected` (reasoned out
|
|
47
|
+
from reading the diff). If the installation isn't signed in to TestDriver, the
|
|
48
|
+
agent can't run anything, so it reviews by reading and marks every finding
|
|
49
|
+
`suspected`.
|
|
50
|
+
- **It focuses on real bugs.** Logic errors, regressions, broken edge cases,
|
|
51
|
+
mishandled errors — not style, naming, or "consider extracting this."
|
|
52
|
+
- **Zero findings is a good review.** If the change looks correct, it says so in a
|
|
53
|
+
sentence. If there's nothing worth reviewing (only lockfiles, generated files, or
|
|
54
|
+
formatting), it posts nothing at all.
|
|
55
|
+
- **It comments, it never blocks.** The review is always a `COMMENT` — it never
|
|
56
|
+
approves and never requests changes, so it can't gate a merge.
|
|
57
|
+
|
|
58
|
+
It also fires a native GitHub **Check Run** for the PR's TestDriver suite, and
|
|
59
|
+
re-runs that check on every push (not a full re-review — push more commits and
|
|
60
|
+
@mention the agent if you want it to review again).
|
|
61
|
+
|
|
62
|
+
<Note>
|
|
63
|
+
The agent never reviews its own pull requests. PRs opened by the bot are skipped,
|
|
64
|
+
so it won't wake itself up to review the tests it just committed.
|
|
65
|
+
</Note>
|
|
66
|
+
|
|
67
|
+
## Issues — onboarding and test building
|
|
68
|
+
|
|
69
|
+
When an issue is **opened**, the agent treats it as a cue to help you build a test.
|
|
70
|
+
|
|
71
|
+
- **If the issue describes a task**, it acts on the request — writing or debugging
|
|
72
|
+
the test you asked for.
|
|
73
|
+
- **If the issue is empty**, it introduces itself, explains that it writes and
|
|
74
|
+
debugs computer-use tests, and walks you through signing in to TestDriver and
|
|
75
|
+
creating your first test.
|
|
76
|
+
- **It finishes by opening a pull request** with the test it wrote.
|
|
77
|
+
|
|
78
|
+
## @mentions — interactive conversation
|
|
79
|
+
|
|
80
|
+
Mentioning the bot (on either an issue or a PR) starts a **solicited**, interactive
|
|
81
|
+
turn. Because you asked directly, the agent is chatty: it posts progress updates,
|
|
82
|
+
shows you screenshots of what's happening in the sandbox, and answers follow-ups in
|
|
83
|
+
the thread.
|
|
84
|
+
|
|
85
|
+
On a PR, an @mention overrides the silent auto-review behavior — you'll see the full
|
|
86
|
+
play-by-play instead of just the final review comment.
|
|
87
|
+
|
|
88
|
+
You can also manage the agent from a comment:
|
|
89
|
+
|
|
90
|
+
- **`@bot logout`** (or "sign out") revokes the installation's shared TestDriver
|
|
91
|
+
sign-in and tears down the live sandbox, so the next mention will prompt whoever
|
|
92
|
+
responds to sign in again.
|
|
93
|
+
|
|
94
|
+
## Signing in
|
|
95
|
+
|
|
96
|
+
Reading a diff needs nothing, but **running** the app needs a TestDriver session,
|
|
97
|
+
which requires the installation to be signed in. Sign-in state doesn't decide
|
|
98
|
+
*whether* the agent reviews — it decides *how good* the review gets. A signed-out
|
|
99
|
+
install still gets its bugs caught from reading the code; signing in upgrades
|
|
100
|
+
findings from `suspected` to `observed`.
|
|
@@ -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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798a278a75a86fc4b64f4/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798913062df0fb9b85592/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798ae3062df0fb9b8559d/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/
|
|
21
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798a43062df0fb9b85599/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a87989bb7cddebeab9bfbf0/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/
|
|
21
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a879896b7cddebeab9bfbee/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798afb7cddebeab9bfbf5/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a87989d78a75a86fc4b64f3/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a87989441d49e9ea55bd199/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/
|
|
21
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798b178a75a86fc4b64f7/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://console-test.testdriver.ai/replay/
|
|
15
|
+
src="https://console-test.testdriver.ai/replay/6a879adf3062df0fb9b855fc?share=FFAdwAvK0aNJAa3xPOtWA&embed=true"
|
|
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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798a6b7cddebeab9bfbf4/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a8798ac3062df0fb9b8559c/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/
|
|
15
|
+
src="https://api-test.testdriver.ai/api/v1/testdriver/testcase/6a87989fb7cddebeab9bfbf2/replay"
|
|
16
16
|
width="100%"
|
|
17
17
|
height="390"
|
|
18
18
|
style={{ border: "1px solid #333", borderRadius: "8px" }}
|
package/package.json
CHANGED
|
File without changes
|