@testdriverai/mcp 7.11.136-test → 7.11.138-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/ai/skills/testdriver-assert/SKILL.md +5 -5
- package/ai/skills/testdriver-caching/SKILL.md +2 -2
- package/ai/skills/testdriver-changelog/SKILL.md +186 -0
- package/ai/skills/testdriver-claude-mcp-plugin/SKILL.md +208 -0
- package/ai/skills/testdriver-click/SKILL.md +13 -13
- package/ai/skills/testdriver-client/SKILL.md +1 -1
- package/ai/skills/testdriver-debugging-with-screenshots/SKILL.md +5 -5
- package/ai/skills/testdriver-double-click/SKILL.md +7 -7
- package/ai/skills/testdriver-enterprise/SKILL.md +1 -1
- package/ai/skills/testdriver-events/SKILL.md +1 -1
- package/ai/skills/testdriver-exec/SKILL.md +10 -10
- package/ai/skills/testdriver-extract/SKILL.md +6 -6
- package/ai/skills/testdriver-find/SKILL.md +61 -61
- package/ai/skills/testdriver-focus-application/SKILL.md +6 -6
- package/ai/skills/testdriver-generating-tests/SKILL.md +3 -3
- package/ai/skills/testdriver-hosted/SKILL.md +3 -3
- package/ai/skills/testdriver-hover/SKILL.md +6 -6
- package/ai/skills/testdriver-making-assertions/SKILL.md +2 -2
- package/ai/skills/testdriver-mouse-down/SKILL.md +9 -9
- package/ai/skills/testdriver-mouse-up/SKILL.md +9 -9
- package/ai/skills/testdriver-parse/SKILL.md +4 -4
- package/ai/skills/testdriver-performing-actions/SKILL.md +4 -4
- package/ai/skills/testdriver-press-keys/SKILL.md +5 -5
- package/ai/skills/testdriver-quickstart/SKILL.md +51 -54
- package/ai/skills/testdriver-redraw/SKILL.md +1 -1
- package/ai/skills/testdriver-right-click/SKILL.md +7 -7
- package/ai/skills/testdriver-screenshot/SKILL.md +9 -9
- package/ai/skills/testdriver-scroll/SKILL.md +13 -13
- package/ai/skills/testdriver-self-hosted/SKILL.md +1 -1
- package/ai/skills/testdriver-type/SKILL.md +7 -7
- package/ai/skills/testdriver-wait/SKILL.md +5 -5
- package/ai/skills/testdriver-what-is-testdriver/SKILL.md +11 -11
- package/docs/{v7/_drafts → _drafts}/agents.mdx +1 -1
- package/docs/{v7/_drafts → _drafts}/best-practices.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/caching-selectors.mdx +3 -3
- package/docs/{v7/_drafts → _drafts}/configuration.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/debugging.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/error-handling.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/faq.mdx +7 -7
- package/docs/{v7/_drafts → _drafts}/installation.mdx +2 -2
- package/docs/{v7/_drafts → _drafts}/migration.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/observable.mdx +3 -3
- package/docs/{v7/_drafts → _drafts}/powerful.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/readme.mdx +11 -11
- package/docs/{v7/_drafts → _drafts}/reports.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/scalable.mdx +10 -10
- package/docs/{v7/_drafts → _drafts}/troubleshooting.mdx +4 -4
- package/docs/{v7/_drafts → _drafts}/vitest-plugin.mdx +2 -2
- package/docs/{v7/_drafts → _drafts}/vitest.mdx +9 -9
- package/docs/_scripts/generate-examples.js +9 -10
- package/docs/_scripts/generate-skills.js +4 -4
- package/docs/{v7/agent.mdx → agent.mdx} +17 -17
- package/docs/{v7/assert.mdx → assert.mdx} +5 -5
- package/docs/{v7/aws-setup.mdx → aws-setup.mdx} +6 -6
- package/docs/{v7/cache.mdx → cache.mdx} +9 -9
- package/docs/{v7/caching.mdx → caching.mdx} +13 -12
- package/docs/{v7/captcha.mdx → captcha.mdx} +7 -7
- package/docs/changelog.mdx +13 -13
- package/docs/{v7/ci-cd.mdx → ci-cd.mdx} +10 -10
- package/docs/{v7/click.mdx → click.mdx} +13 -13
- package/docs/client.mdx +323 -0
- package/docs/{v7/copilot → copilot}/auto-healing.mdx +2 -2
- package/docs/{v7/copilot → copilot}/running-tests.mdx +8 -8
- package/docs/{v7/customizing-devices.mdx → customizing-devices.mdx} +1 -1
- package/docs/{v7/dashcam.mdx → dashcam.mdx} +3 -3
- package/docs/{v7/debugging-with-screenshots.mdx → debugging-with-screenshots.mdx} +12 -12
- package/docs/docs.json +429 -288
- package/docs/{v7/double-click.mdx → double-click.mdx} +7 -7
- package/docs/{v7/elements.mdx → elements.mdx} +7 -7
- package/docs/{v7/enterprise.mdx → enterprise.mdx} +2 -2
- package/docs/{v7/errors.mdx → errors.mdx} +3 -3
- package/docs/{v7/events.mdx → events.mdx} +4 -4
- package/docs/{v7/exec.mdx → exec.mdx} +10 -10
- package/docs/{v7/extract.mdx → extract.mdx} +10 -10
- package/docs/{v7/find.mdx → find.mdx} +61 -61
- package/docs/{v7/focus-application.mdx → focus-application.mdx} +6 -6
- package/docs/{v7/generating-tests.mdx → generating-tests.mdx} +10 -10
- package/docs/guide/best-practices-polling.mdx +6 -1
- package/docs/{v7/hosted.mdx → hosted.mdx} +7 -7
- package/docs/{v7/hover.mdx → hover.mdx} +6 -6
- package/docs/interacting-with-your-app.mdx +198 -0
- package/docs/locating-elements.mdx +423 -0
- package/docs/{v7/making-assertions.mdx → making-assertions.mdx} +7 -7
- package/docs/{v7/mouse-down.mdx → mouse-down.mdx} +9 -9
- package/docs/{v7/mouse-up.mdx → mouse-up.mdx} +9 -9
- package/docs/options.mdx +320 -0
- package/docs/{v7/parse.mdx → parse.mdx} +12 -12
- package/docs/{v7/performing-actions.mdx → performing-actions.mdx} +11 -11
- package/docs/{v7/press-keys.mdx → press-keys.mdx} +5 -5
- package/docs/{v7/provision.mdx → provision.mdx} +9 -9
- package/docs/quickstart-cli.mdx +437 -0
- package/docs/quickstart-github.mdx +54 -0
- package/docs/quickstart-manual.mdx +135 -0
- package/docs/quickstart.mdx +22 -0
- package/docs/{v7/redraw.mdx → redraw.mdx} +7 -7
- package/docs/{v7/reusable-code.mdx → reusable-code.mdx} +3 -3
- package/docs/{v7/right-click.mdx → right-click.mdx} +7 -7
- package/docs/{v7/screenshot.mdx → screenshot.mdx} +9 -9
- package/docs/{v7/screenshots.mdx → screenshots.mdx} +3 -3
- package/docs/{v7/scroll.mdx → scroll.mdx} +13 -13
- package/docs/{v7/secrets.mdx → secrets.mdx} +4 -4
- package/docs/{v7/self-hosted.mdx → self-hosted.mdx} +7 -7
- package/docs/{v7/test-results-json.mdx → test-results-json.mdx} +4 -4
- package/docs/{v7/type.mdx → type.mdx} +7 -7
- package/docs/{v7/variables.mdx → variables.mdx} +2 -2
- package/docs/{v7/wait.mdx → wait.mdx} +5 -5
- package/docs/what-is-testdriver.mdx +54 -0
- package/lib/environments.json +1 -1
- package/lib/github-comment.mjs +2 -3
- package/package.json +1 -1
- package/scripts/generate-skills.js +1 -1
- package/docs/v7/client.mdx +0 -486
- package/docs/v7/quickstart.mdx +0 -451
- package/docs/v7/what-is-testdriver.mdx +0 -54
- /package/docs/{v7/_drafts → _drafts}/architecture.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/auto-cache-key.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/awesome-logs-quick-ref.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/cli-to-sdk-migration.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/assert.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/exec.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/focus-application.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/hover-image.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/hover-text.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/if.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/match-image.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/press-keys.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/remember.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/run.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/scroll-until-image.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/scroll-until-text.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/scroll.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/type.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/wait-for-image.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/wait-for-text.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/commands/wait.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/contributing.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/dashcam-title-feature.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/hooks.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/init-command.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/playwright.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/plugin-migration.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/presets.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/progressive-disclosure.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/provision.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/quick-start-test-recording.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/screenshot.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/sdk-awesome-logs.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/sdk-browser-rendering.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/sdk-migration.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/sdk-v7-complete.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/self-hosting.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/test-recording.mdx +0 -0
- /package/docs/{v7/_drafts → _drafts}/writing-tests.mdx +0 -0
- /package/docs/{v7/examples → examples}/ai.mdx +0 -0
- /package/docs/{v7/examples → examples}/assert.mdx +0 -0
- /package/docs/{v7/examples → examples}/captcha-api.mdx +0 -0
- /package/docs/{v7/examples → examples}/chrome-extension.mdx +0 -0
- /package/docs/{v7/examples → examples}/drag-and-drop.mdx +0 -0
- /package/docs/{v7/examples → examples}/element-not-found.mdx +0 -0
- /package/docs/{v7/examples → examples}/findall-coffee-icons.mdx +0 -0
- /package/docs/{v7/examples → examples}/formatted-logging.mdx +0 -0
- /package/docs/{v7/examples → examples}/hover-image.mdx +0 -0
- /package/docs/{v7/examples → examples}/hover-text-with-description.mdx +0 -0
- /package/docs/{v7/examples → examples}/hover-text.mdx +0 -0
- /package/docs/{v7/examples → examples}/installer.mdx +0 -0
- /package/docs/{v7/examples → examples}/launch-vscode-linux.mdx +0 -0
- /package/docs/{v7/examples → examples}/match-image.mdx +0 -0
- /package/docs/{v7/examples → examples}/parse.mdx +0 -0
- /package/docs/{v7/examples → examples}/press-keys.mdx +0 -0
- /package/docs/{v7/examples → examples}/scroll-keyboard.mdx +0 -0
- /package/docs/{v7/examples → examples}/scroll-until-text.mdx +0 -0
- /package/docs/{v7/examples → examples}/scroll.mdx +0 -0
- /package/docs/{v7/examples → examples}/type.mdx +0 -0
- /package/docs/{v7/mcp.mdx → mcp.mdx} +0 -0
package/docs/docs.json
CHANGED
|
@@ -11,287 +11,150 @@
|
|
|
11
11
|
"default": "dark"
|
|
12
12
|
},
|
|
13
13
|
"favicon": "/images/template/icon.png",
|
|
14
|
-
"navigation": {
|
|
15
|
-
|
|
14
|
+
"navigation": {
|
|
15
|
+
|
|
16
|
+
"groups": [
|
|
16
17
|
{
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"/v7/examples/element-not-found",
|
|
29
|
-
"/v7/examples/findall-coffee-icons",
|
|
30
|
-
"/v7/examples/hover-image",
|
|
31
|
-
"/v7/examples/hover-text-with-description",
|
|
32
|
-
"/v7/examples/hover-text",
|
|
33
|
-
"/v7/examples/installer",
|
|
34
|
-
"/v7/examples/launch-vscode-linux",
|
|
35
|
-
"/v7/examples/parse",
|
|
36
|
-
"/v7/examples/press-keys",
|
|
37
|
-
"/v7/examples/scroll-keyboard",
|
|
38
|
-
"/v7/examples/scroll",
|
|
39
|
-
"/v7/examples/type"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
"/v7/what-is-testdriver",
|
|
43
|
-
"/v7/agent",
|
|
44
|
-
{
|
|
45
|
-
"group": "Deployment",
|
|
46
|
-
"icon": "server",
|
|
47
|
-
"pages": [
|
|
48
|
-
"/v7/hosted",
|
|
49
|
-
"/v7/self-hosted"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"/changelog"
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"group": "Guide",
|
|
57
|
-
"pages": [
|
|
58
|
-
"/v7/generating-tests",
|
|
59
|
-
"/v7/caching",
|
|
60
|
-
"/v7/copilot/running-tests",
|
|
61
|
-
"/v7/making-assertions",
|
|
62
|
-
"/v7/performing-actions",
|
|
63
|
-
"/v7/debugging-with-screenshots",
|
|
64
|
-
"/v7/copilot/auto-healing",
|
|
65
|
-
"/v7/ci-cd",
|
|
66
|
-
"/v7/test-results-json"
|
|
67
|
-
]
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"group": "Scaling",
|
|
71
|
-
"pages": [
|
|
72
|
-
"/v7/variables",
|
|
73
|
-
"/v7/secrets",
|
|
74
|
-
"/v7/reusable-code",
|
|
75
|
-
{
|
|
76
|
-
"group": "Self-Hosting",
|
|
77
|
-
"icon": "server",
|
|
78
|
-
"pages": [
|
|
79
|
-
"/v7/aws-setup"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"group": "Actions",
|
|
86
|
-
"pages": [
|
|
87
|
-
"/v7/assert",
|
|
88
|
-
"/v7/captcha",
|
|
89
|
-
"/v7/click",
|
|
90
|
-
"/v7/double-click",
|
|
91
|
-
"/v7/exec",
|
|
92
|
-
"/v7/extract",
|
|
93
|
-
"/v7/find",
|
|
94
|
-
"/v7/focus-application",
|
|
95
|
-
"/v7/hover",
|
|
96
|
-
"/v7/mouse-down",
|
|
97
|
-
"/v7/mouse-up",
|
|
98
|
-
"/v7/parse",
|
|
99
|
-
"/v7/press-keys",
|
|
100
|
-
"/v7/right-click",
|
|
101
|
-
"/v7/screenshot",
|
|
102
|
-
"/v7/scroll",
|
|
103
|
-
"/v7/type"
|
|
104
|
-
]
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"group": "SDK Reference",
|
|
108
|
-
"pages": [
|
|
109
|
-
"/v7/client",
|
|
110
|
-
"/v7/elements",
|
|
111
|
-
"/v7/dashcam"
|
|
112
|
-
]
|
|
113
|
-
}
|
|
18
|
+
"group": "Overview",
|
|
19
|
+
"pages": [
|
|
20
|
+
"/agent",
|
|
21
|
+
"/what-is-testdriver",
|
|
22
|
+
|
|
23
|
+
{
|
|
24
|
+
"group": "Quickstart",
|
|
25
|
+
"icon": "rocket",
|
|
26
|
+
"pages": [
|
|
27
|
+
"/quickstart-github",
|
|
28
|
+
"/quickstart-cli"
|
|
114
29
|
]
|
|
115
30
|
},
|
|
116
31
|
{
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
32
|
+
"group": "Examples",
|
|
33
|
+
"icon": "code",
|
|
34
|
+
"pages": [
|
|
35
|
+
"/examples/ai",
|
|
36
|
+
"/examples/assert",
|
|
37
|
+
"/examples/captcha-api",
|
|
38
|
+
"/examples/chrome-extension",
|
|
39
|
+
"/examples/drag-and-drop",
|
|
40
|
+
"/examples/element-not-found",
|
|
41
|
+
"/examples/findall-coffee-icons",
|
|
42
|
+
"/examples/formatted-logging",
|
|
43
|
+
"/examples/hover-image",
|
|
44
|
+
"/examples/hover-text-with-description",
|
|
45
|
+
"/examples/hover-text",
|
|
46
|
+
"/examples/installer",
|
|
47
|
+
"/examples/launch-vscode-linux",
|
|
48
|
+
"/examples/match-image",
|
|
49
|
+
"/examples/parse",
|
|
50
|
+
"/examples/press-keys",
|
|
51
|
+
"/examples/scroll-keyboard",
|
|
52
|
+
"/examples/scroll-until-text",
|
|
53
|
+
"/examples/scroll",
|
|
54
|
+
"/examples/type"
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"group": "Using TestDriver",
|
|
61
|
+
"pages": [
|
|
62
|
+
"/generating-tests",
|
|
63
|
+
"/copilot/running-tests",
|
|
64
|
+
"/debugging-with-screenshots",
|
|
65
|
+
"/caching",
|
|
66
|
+
"/performing-actions",
|
|
67
|
+
"/copilot/auto-healing"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"group": "Building & Maintaining Tests",
|
|
72
|
+
"pages": [
|
|
73
|
+
"/quickstart-manual",
|
|
136
74
|
{
|
|
137
|
-
"group": "
|
|
75
|
+
"group": "Configure the SDK",
|
|
76
|
+
"icon": "sliders",
|
|
138
77
|
"pages": [
|
|
139
|
-
"/
|
|
140
|
-
|
|
141
|
-
"group": "CLI",
|
|
142
|
-
"icon": "terminal",
|
|
143
|
-
"pages": [
|
|
144
|
-
"/v6/cli/overview",
|
|
145
|
-
{
|
|
146
|
-
"group": "Commands",
|
|
147
|
-
"icon": "command",
|
|
148
|
-
"pages": [
|
|
149
|
-
"/v6/interactive/explore",
|
|
150
|
-
"/v6/interactive/run",
|
|
151
|
-
"/v6/interactive/save"
|
|
152
|
-
]
|
|
153
|
-
}
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
|
-
"/v6/getting-started/self-hosting",
|
|
157
|
-
"/v6/getting-started/playwright",
|
|
158
|
-
"/v6/getting-started/vscode"
|
|
78
|
+
"/client",
|
|
79
|
+
"/options"
|
|
159
80
|
]
|
|
160
81
|
},
|
|
82
|
+
"/provision",
|
|
83
|
+
"/locating-elements",
|
|
161
84
|
{
|
|
162
|
-
"group": "
|
|
85
|
+
"group": "Interacting",
|
|
86
|
+
"icon": "hand-pointer",
|
|
163
87
|
"pages": [
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"/v6/scenarios/form-filling",
|
|
183
|
-
"/v6/scenarios/log-in",
|
|
184
|
-
"/v6/scenarios/pdf-generation",
|
|
185
|
-
"/v6/scenarios/spell-check"
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"group": "Build Systems",
|
|
190
|
-
"icon": "helmet-safety",
|
|
191
|
-
"pages": [
|
|
192
|
-
"/v6/integrations/electron",
|
|
193
|
-
"/v6/integrations/netlify",
|
|
194
|
-
"/v6/integrations/vercel"
|
|
195
|
-
]
|
|
196
|
-
}
|
|
88
|
+
"/assert",
|
|
89
|
+
"/captcha",
|
|
90
|
+
"/click",
|
|
91
|
+
"/double-click",
|
|
92
|
+
"/exec",
|
|
93
|
+
"/extract",
|
|
94
|
+
"/find",
|
|
95
|
+
"/focus-application",
|
|
96
|
+
"/hover",
|
|
97
|
+
"/mouse-down",
|
|
98
|
+
"/mouse-up",
|
|
99
|
+
"/parse",
|
|
100
|
+
"/press-keys",
|
|
101
|
+
"/right-click",
|
|
102
|
+
"/screenshot",
|
|
103
|
+
"/scroll",
|
|
104
|
+
"/type",
|
|
105
|
+
"/wait"
|
|
197
106
|
]
|
|
198
107
|
},
|
|
199
108
|
{
|
|
200
|
-
"group": "
|
|
109
|
+
"group": "Debugging",
|
|
110
|
+
"icon": "bug",
|
|
201
111
|
"pages": [
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
"/v6/guide/lifecycle",
|
|
209
|
-
"/v6/guide/dashcam",
|
|
210
|
-
"/v6/guide/environment-variables",
|
|
211
|
-
"/v6/action/ami"
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"group": "Writing",
|
|
216
|
-
"icon": "pencil",
|
|
217
|
-
"pages": [
|
|
218
|
-
"/v6/features/generation",
|
|
219
|
-
"/v6/guide/locating",
|
|
220
|
-
"/v6/guide/waiting",
|
|
221
|
-
"/v6/guide/assertions",
|
|
222
|
-
"/v6/guide/code",
|
|
223
|
-
"/v6/features/reusable-snippets",
|
|
224
|
-
"/v6/guide/protips"
|
|
225
|
-
]
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"group": "Importing",
|
|
229
|
-
"icon": "file-import",
|
|
230
|
-
"pages": [
|
|
231
|
-
"/v6/importing/csv",
|
|
232
|
-
"/v6/importing/gherkin",
|
|
233
|
-
"/v6/importing/jira",
|
|
234
|
-
"/v6/importing/testrail"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"group": "Running",
|
|
239
|
-
"icon": "play",
|
|
240
|
-
"pages": [
|
|
241
|
-
"/v6/getting-started/running",
|
|
242
|
-
"/v6/getting-started/ci",
|
|
243
|
-
"/v6/features/parallel-testing",
|
|
244
|
-
"/v6/action/performance",
|
|
245
|
-
"/v6/action/secrets"
|
|
246
|
-
]
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"group": "Maintaining",
|
|
250
|
-
"icon": "wrench",
|
|
251
|
-
"pages": [
|
|
252
|
-
"/v6/getting-started/editing",
|
|
253
|
-
"/v6/features/auto-healing"
|
|
254
|
-
]
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"group": "Reporting",
|
|
258
|
-
"icon": "chart-simple",
|
|
259
|
-
"pages": [
|
|
260
|
-
"/v6/exporting/junit",
|
|
261
|
-
"/v6/bugs/jira"
|
|
262
|
-
]
|
|
263
|
-
}
|
|
112
|
+
"/redraw",
|
|
113
|
+
"/screenshots",
|
|
114
|
+
"/errors",
|
|
115
|
+
"/events",
|
|
116
|
+
"/dashcam",
|
|
117
|
+
"/test-results-json"
|
|
264
118
|
]
|
|
265
119
|
},
|
|
120
|
+
"/making-assertions",
|
|
121
|
+
|
|
122
|
+
{
|
|
123
|
+
"group": "Integrations",
|
|
124
|
+
"icon": "plug",
|
|
125
|
+
"pages": [
|
|
126
|
+
"/github",
|
|
127
|
+
"/ci-cd"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
266
130
|
{
|
|
267
|
-
"group": "
|
|
131
|
+
"group": "Deploying",
|
|
132
|
+
"icon": "cloud-arrow-up",
|
|
268
133
|
"pages": [
|
|
134
|
+
"/hosted",
|
|
269
135
|
{
|
|
270
|
-
"group": "
|
|
271
|
-
"icon": "
|
|
136
|
+
"group": "Self-Hosting",
|
|
137
|
+
"icon": "server",
|
|
272
138
|
"pages": [
|
|
273
|
-
"/
|
|
274
|
-
"/
|
|
275
|
-
"/v6/commands/focus-application",
|
|
276
|
-
"/v6/commands/hover-image",
|
|
277
|
-
"/v6/commands/hover-text",
|
|
278
|
-
"/v6/commands/if",
|
|
279
|
-
"/v6/commands/match-image",
|
|
280
|
-
"/v6/commands/press-keys",
|
|
281
|
-
"/v6/commands/remember",
|
|
282
|
-
"/v6/commands/run",
|
|
283
|
-
"/v6/commands/scroll",
|
|
284
|
-
"/v6/commands/scroll-until-image",
|
|
285
|
-
"/v6/commands/scroll-until-text",
|
|
286
|
-
"/v6/commands/type",
|
|
287
|
-
"/v6/commands/wait",
|
|
288
|
-
"/v6/commands/wait-for-image",
|
|
289
|
-
"/v6/commands/wait-for-text"
|
|
139
|
+
"/self-hosted",
|
|
140
|
+
"/aws-setup"
|
|
290
141
|
]
|
|
291
142
|
}
|
|
292
143
|
]
|
|
293
144
|
}
|
|
294
145
|
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"group": "Advanced Topics",
|
|
149
|
+
"pages": [
|
|
150
|
+
|
|
151
|
+
"/variables",
|
|
152
|
+
"/secrets",
|
|
153
|
+
"/reusable-code",
|
|
154
|
+
"/cache",
|
|
155
|
+
"/customizing-devices",
|
|
156
|
+
"/guide/best-practices-polling"
|
|
157
|
+
]
|
|
295
158
|
}
|
|
296
159
|
]
|
|
297
160
|
},
|
|
@@ -303,24 +166,14 @@
|
|
|
303
166
|
"navbar": {
|
|
304
167
|
"links": [
|
|
305
168
|
{
|
|
306
|
-
"label": "Discord",
|
|
169
|
+
"label": "Join Discord",
|
|
307
170
|
"icon": "discord",
|
|
308
171
|
"href": "https://discord.com/invite/cWDFW8DzPm"
|
|
309
172
|
},
|
|
310
|
-
{
|
|
311
|
-
"label": "Book a Demo",
|
|
312
|
-
"href": "http://testdriver.ai/demo",
|
|
313
|
-
"icon": "calendar"
|
|
314
|
-
},
|
|
315
173
|
{
|
|
316
174
|
"icon": "gauge-high",
|
|
317
175
|
"label": "Dashboard",
|
|
318
|
-
"href": "https://console.testdriver.ai"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"icon": "megaphone",
|
|
322
|
-
"label": "Changelog",
|
|
323
|
-
"href": "/changelog"
|
|
176
|
+
"href": "https://console-canary.testdriver.ai"
|
|
324
177
|
}
|
|
325
178
|
]
|
|
326
179
|
},
|
|
@@ -333,85 +186,373 @@
|
|
|
333
186
|
}
|
|
334
187
|
},
|
|
335
188
|
"redirects": [
|
|
189
|
+
{
|
|
190
|
+
"source": "/",
|
|
191
|
+
"destination": "/quickstart"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"source": "/quickstart-ai-setup",
|
|
195
|
+
"destination": "/quickstart-cli"
|
|
196
|
+
},
|
|
336
197
|
{
|
|
337
198
|
"source": "/v7/ai",
|
|
338
|
-
"destination": "/
|
|
199
|
+
"destination": "/quickstart"
|
|
339
200
|
},
|
|
340
201
|
{
|
|
341
202
|
"source": "/v7/ai/:slug*",
|
|
342
|
-
"destination": "/
|
|
203
|
+
"destination": "/quickstart"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"source": "/v6/overview/what-is-testdriver",
|
|
207
|
+
"destination": "/what-is-testdriver"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"source": "/v6/overview/quickstart",
|
|
211
|
+
"destination": "/quickstart"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"source": "/v6/overview/comparison",
|
|
215
|
+
"destination": "/what-is-testdriver"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"source": "/v6/overview/performance",
|
|
219
|
+
"destination": "/what-is-testdriver"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"source": "/v6/overview/faq",
|
|
223
|
+
"destination": "/what-is-testdriver"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"source": "/v6/overview/:slug*",
|
|
227
|
+
"destination": "/what-is-testdriver"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"source": "/v6/account/enterprise",
|
|
231
|
+
"destination": "/self-hosted"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"source": "/v6/account/:slug*",
|
|
235
|
+
"destination": "/quickstart"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"source": "/v6/features/selectorless",
|
|
239
|
+
"destination": "/find"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"source": "/v6/features/generation",
|
|
243
|
+
"destination": "/generating-tests"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"source": "/v6/features/reusable-snippets",
|
|
247
|
+
"destination": "/reusable-code"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"source": "/v6/features/auto-healing",
|
|
251
|
+
"destination": "/copilot/auto-healing"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"source": "/v6/features/parallel-testing",
|
|
255
|
+
"destination": "/ci-cd"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"source": "/v6/features/visual-assertions",
|
|
259
|
+
"destination": "/making-assertions"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"source": "/v6/features/:slug*",
|
|
263
|
+
"destination": "/quickstart"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"source": "/v6/cli/:slug*",
|
|
267
|
+
"destination": "/quickstart"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"source": "/v6/interactive/explore",
|
|
271
|
+
"destination": "/generating-tests"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"source": "/v6/interactive/run",
|
|
275
|
+
"destination": "/copilot/running-tests"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"source": "/v6/interactive/:slug*",
|
|
279
|
+
"destination": "/quickstart"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"source": "/v6/getting-started/self-hosting",
|
|
283
|
+
"destination": "/self-hosted"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"source": "/v6/getting-started/playwright",
|
|
287
|
+
"destination": "/quickstart"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"source": "/v6/getting-started/vscode",
|
|
291
|
+
"destination": "/copilot/running-tests"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"source": "/v6/getting-started/running",
|
|
295
|
+
"destination": "/copilot/running-tests"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"source": "/v6/getting-started/ci",
|
|
299
|
+
"destination": "/ci-cd"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"source": "/v6/getting-started/editing",
|
|
303
|
+
"destination": "/debugging-with-screenshots"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"source": "/v6/getting-started/:slug*",
|
|
307
|
+
"destination": "/quickstart"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"source": "/v6/guide/authentication",
|
|
311
|
+
"destination": "/secrets"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"source": "/v6/guide/variables",
|
|
315
|
+
"destination": "/variables"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"source": "/v6/guide/environment-variables",
|
|
319
|
+
"destination": "/variables"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"source": "/v6/guide/lifecycle",
|
|
323
|
+
"destination": "/client"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"source": "/v6/guide/dashcam",
|
|
327
|
+
"destination": "/dashcam"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"source": "/v6/guide/locating",
|
|
331
|
+
"destination": "/find"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"source": "/v6/guide/waiting",
|
|
335
|
+
"destination": "/wait"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"source": "/v6/guide/assertions",
|
|
339
|
+
"destination": "/making-assertions"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"source": "/v6/guide/code",
|
|
343
|
+
"destination": "/reusable-code"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"source": "/v6/guide/protips",
|
|
347
|
+
"destination": "/performing-actions"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"source": "/v6/guide/:slug*",
|
|
351
|
+
"destination": "/quickstart"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"source": "/v6/action/ami",
|
|
355
|
+
"destination": "/aws-setup"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"source": "/v6/action/performance",
|
|
359
|
+
"destination": "/ci-cd"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"source": "/v6/action/secrets",
|
|
363
|
+
"destination": "/secrets"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"source": "/v6/action/:slug*",
|
|
367
|
+
"destination": "/ci-cd"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"source": "/v6/apps/:slug*",
|
|
371
|
+
"destination": "/quickstart"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"source": "/v6/scenarios/:slug*",
|
|
375
|
+
"destination": "/quickstart"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"source": "/v6/integrations/:slug*",
|
|
379
|
+
"destination": "/ci-cd"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"source": "/v6/tutorials/:slug*",
|
|
383
|
+
"destination": "/quickstart"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"source": "/v6/security/:slug*",
|
|
387
|
+
"destination": "/self-hosted"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"source": "/v6/importing/:slug*",
|
|
391
|
+
"destination": "/generating-tests"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"source": "/v6/exporting/junit",
|
|
395
|
+
"destination": "/test-results-json"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"source": "/v6/exporting/:slug*",
|
|
399
|
+
"destination": "/test-results-json"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"source": "/v6/bugs/:slug*",
|
|
403
|
+
"destination": "/debugging-with-screenshots"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"source": "/v6/commands/assert",
|
|
407
|
+
"destination": "/assert"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"source": "/v6/commands/exec",
|
|
411
|
+
"destination": "/exec"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"source": "/v6/commands/focus-application",
|
|
415
|
+
"destination": "/focus-application"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"source": "/v6/commands/hover-image",
|
|
419
|
+
"destination": "/hover"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"source": "/v6/commands/hover-text",
|
|
423
|
+
"destination": "/hover"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"source": "/v6/commands/if",
|
|
427
|
+
"destination": "/performing-actions"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"source": "/v6/commands/match-image",
|
|
431
|
+
"destination": "/find"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"source": "/v6/commands/press-keys",
|
|
435
|
+
"destination": "/press-keys"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"source": "/v6/commands/remember",
|
|
439
|
+
"destination": "/variables"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"source": "/v6/commands/run",
|
|
443
|
+
"destination": "/reusable-code"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"source": "/v6/commands/scroll",
|
|
447
|
+
"destination": "/scroll"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"source": "/v6/commands/scroll-until-image",
|
|
451
|
+
"destination": "/scroll"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"source": "/v6/commands/scroll-until-text",
|
|
455
|
+
"destination": "/scroll"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"source": "/v6/commands/type",
|
|
459
|
+
"destination": "/type"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"source": "/v6/commands/wait",
|
|
463
|
+
"destination": "/wait"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"source": "/v6/commands/wait-for-image",
|
|
467
|
+
"destination": "/wait"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"source": "/v6/commands/wait-for-text",
|
|
471
|
+
"destination": "/wait"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"source": "/v6/commands/:slug*",
|
|
475
|
+
"destination": "/quickstart"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"source": "/v6/:slug*",
|
|
479
|
+
"destination": "/quickstart"
|
|
343
480
|
},
|
|
344
481
|
{
|
|
345
482
|
"source": "/guides/github-actions",
|
|
346
|
-
"destination": "/
|
|
483
|
+
"destination": "/ci-cd"
|
|
347
484
|
},
|
|
348
485
|
{
|
|
349
486
|
"source": "/reference/test-steps",
|
|
350
|
-
"destination": "/
|
|
487
|
+
"destination": "/find"
|
|
351
488
|
},
|
|
352
489
|
{
|
|
353
490
|
"source": "/guides/debugging-test-runs",
|
|
354
|
-
"destination": "/
|
|
491
|
+
"destination": "/debugging-with-screenshots"
|
|
355
492
|
},
|
|
356
493
|
{
|
|
357
494
|
"source": "/overview/:slug*",
|
|
358
|
-
"destination": "/
|
|
495
|
+
"destination": "/what-is-testdriver"
|
|
359
496
|
},
|
|
360
497
|
{
|
|
361
498
|
"source": "/features/:slug*",
|
|
362
|
-
"destination": "/
|
|
499
|
+
"destination": "/quickstart"
|
|
363
500
|
},
|
|
364
501
|
{
|
|
365
502
|
"source": "/getting-started/:slug*",
|
|
366
|
-
"destination": "/
|
|
503
|
+
"destination": "/quickstart"
|
|
367
504
|
},
|
|
368
505
|
{
|
|
369
506
|
"source": "/cli/:slug*",
|
|
370
|
-
"destination": "/
|
|
507
|
+
"destination": "/quickstart"
|
|
371
508
|
},
|
|
372
509
|
{
|
|
373
510
|
"source": "/interactive/:slug*",
|
|
374
|
-
"destination": "/
|
|
511
|
+
"destination": "/quickstart"
|
|
375
512
|
},
|
|
376
513
|
{
|
|
377
514
|
"source": "/guide/:slug*",
|
|
378
|
-
"destination": "/
|
|
515
|
+
"destination": "/quickstart"
|
|
379
516
|
},
|
|
380
517
|
{
|
|
381
518
|
"source": "/action/:slug*",
|
|
382
|
-
"destination": "/
|
|
519
|
+
"destination": "/ci-cd"
|
|
383
520
|
},
|
|
384
521
|
{
|
|
385
522
|
"source": "/account/:slug*",
|
|
386
|
-
"destination": "/
|
|
523
|
+
"destination": "/quickstart"
|
|
387
524
|
},
|
|
388
525
|
{
|
|
389
526
|
"source": "/apps/:slug*",
|
|
390
|
-
"destination": "/
|
|
527
|
+
"destination": "/quickstart"
|
|
391
528
|
},
|
|
392
529
|
{
|
|
393
530
|
"source": "/scenarios/:slug*",
|
|
394
|
-
"destination": "/
|
|
531
|
+
"destination": "/quickstart"
|
|
395
532
|
},
|
|
396
533
|
{
|
|
397
534
|
"source": "/integrations/:slug*",
|
|
398
|
-
"destination": "/
|
|
535
|
+
"destination": "/ci-cd"
|
|
399
536
|
},
|
|
400
537
|
{
|
|
401
538
|
"source": "/importing/:slug*",
|
|
402
|
-
"destination": "/
|
|
539
|
+
"destination": "/generating-tests"
|
|
403
540
|
},
|
|
404
541
|
{
|
|
405
542
|
"source": "/exporting/:slug*",
|
|
406
|
-
"destination": "/
|
|
543
|
+
"destination": "/test-results-json"
|
|
407
544
|
},
|
|
408
545
|
{
|
|
409
546
|
"source": "/bugs/:slug*",
|
|
410
|
-
"destination": "/
|
|
547
|
+
"destination": "/debugging-with-screenshots"
|
|
411
548
|
},
|
|
412
549
|
{
|
|
413
550
|
"source": "/commands/:slug*",
|
|
414
|
-
"destination": "/
|
|
551
|
+
"destination": "/quickstart"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"source": "/v7/:slug*",
|
|
555
|
+
"destination": "/:slug*"
|
|
415
556
|
}
|
|
416
557
|
],
|
|
417
558
|
"integrations": {
|