@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.
Files changed (174) hide show
  1. package/ai/skills/testdriver-assert/SKILL.md +5 -5
  2. package/ai/skills/testdriver-caching/SKILL.md +2 -2
  3. package/ai/skills/testdriver-changelog/SKILL.md +186 -0
  4. package/ai/skills/testdriver-claude-mcp-plugin/SKILL.md +208 -0
  5. package/ai/skills/testdriver-click/SKILL.md +13 -13
  6. package/ai/skills/testdriver-client/SKILL.md +1 -1
  7. package/ai/skills/testdriver-debugging-with-screenshots/SKILL.md +5 -5
  8. package/ai/skills/testdriver-double-click/SKILL.md +7 -7
  9. package/ai/skills/testdriver-enterprise/SKILL.md +1 -1
  10. package/ai/skills/testdriver-events/SKILL.md +1 -1
  11. package/ai/skills/testdriver-exec/SKILL.md +10 -10
  12. package/ai/skills/testdriver-extract/SKILL.md +6 -6
  13. package/ai/skills/testdriver-find/SKILL.md +61 -61
  14. package/ai/skills/testdriver-focus-application/SKILL.md +6 -6
  15. package/ai/skills/testdriver-generating-tests/SKILL.md +3 -3
  16. package/ai/skills/testdriver-hosted/SKILL.md +3 -3
  17. package/ai/skills/testdriver-hover/SKILL.md +6 -6
  18. package/ai/skills/testdriver-making-assertions/SKILL.md +2 -2
  19. package/ai/skills/testdriver-mouse-down/SKILL.md +9 -9
  20. package/ai/skills/testdriver-mouse-up/SKILL.md +9 -9
  21. package/ai/skills/testdriver-parse/SKILL.md +4 -4
  22. package/ai/skills/testdriver-performing-actions/SKILL.md +4 -4
  23. package/ai/skills/testdriver-press-keys/SKILL.md +5 -5
  24. package/ai/skills/testdriver-quickstart/SKILL.md +51 -54
  25. package/ai/skills/testdriver-redraw/SKILL.md +1 -1
  26. package/ai/skills/testdriver-right-click/SKILL.md +7 -7
  27. package/ai/skills/testdriver-screenshot/SKILL.md +9 -9
  28. package/ai/skills/testdriver-scroll/SKILL.md +13 -13
  29. package/ai/skills/testdriver-self-hosted/SKILL.md +1 -1
  30. package/ai/skills/testdriver-type/SKILL.md +7 -7
  31. package/ai/skills/testdriver-wait/SKILL.md +5 -5
  32. package/ai/skills/testdriver-what-is-testdriver/SKILL.md +11 -11
  33. package/docs/{v7/_drafts → _drafts}/agents.mdx +1 -1
  34. package/docs/{v7/_drafts → _drafts}/best-practices.mdx +4 -4
  35. package/docs/{v7/_drafts → _drafts}/caching-selectors.mdx +3 -3
  36. package/docs/{v7/_drafts → _drafts}/configuration.mdx +4 -4
  37. package/docs/{v7/_drafts → _drafts}/debugging.mdx +4 -4
  38. package/docs/{v7/_drafts → _drafts}/error-handling.mdx +4 -4
  39. package/docs/{v7/_drafts → _drafts}/faq.mdx +7 -7
  40. package/docs/{v7/_drafts → _drafts}/installation.mdx +2 -2
  41. package/docs/{v7/_drafts → _drafts}/migration.mdx +4 -4
  42. package/docs/{v7/_drafts → _drafts}/observable.mdx +3 -3
  43. package/docs/{v7/_drafts → _drafts}/powerful.mdx +4 -4
  44. package/docs/{v7/_drafts → _drafts}/readme.mdx +11 -11
  45. package/docs/{v7/_drafts → _drafts}/reports.mdx +4 -4
  46. package/docs/{v7/_drafts → _drafts}/scalable.mdx +10 -10
  47. package/docs/{v7/_drafts → _drafts}/troubleshooting.mdx +4 -4
  48. package/docs/{v7/_drafts → _drafts}/vitest-plugin.mdx +2 -2
  49. package/docs/{v7/_drafts → _drafts}/vitest.mdx +9 -9
  50. package/docs/_scripts/generate-examples.js +9 -10
  51. package/docs/_scripts/generate-skills.js +4 -4
  52. package/docs/{v7/agent.mdx → agent.mdx} +17 -17
  53. package/docs/{v7/assert.mdx → assert.mdx} +5 -5
  54. package/docs/{v7/aws-setup.mdx → aws-setup.mdx} +6 -6
  55. package/docs/{v7/cache.mdx → cache.mdx} +9 -9
  56. package/docs/{v7/caching.mdx → caching.mdx} +13 -12
  57. package/docs/{v7/captcha.mdx → captcha.mdx} +7 -7
  58. package/docs/changelog.mdx +13 -13
  59. package/docs/{v7/ci-cd.mdx → ci-cd.mdx} +10 -10
  60. package/docs/{v7/click.mdx → click.mdx} +13 -13
  61. package/docs/client.mdx +323 -0
  62. package/docs/{v7/copilot → copilot}/auto-healing.mdx +2 -2
  63. package/docs/{v7/copilot → copilot}/running-tests.mdx +8 -8
  64. package/docs/{v7/customizing-devices.mdx → customizing-devices.mdx} +1 -1
  65. package/docs/{v7/dashcam.mdx → dashcam.mdx} +3 -3
  66. package/docs/{v7/debugging-with-screenshots.mdx → debugging-with-screenshots.mdx} +12 -12
  67. package/docs/docs.json +429 -288
  68. package/docs/{v7/double-click.mdx → double-click.mdx} +7 -7
  69. package/docs/{v7/elements.mdx → elements.mdx} +7 -7
  70. package/docs/{v7/enterprise.mdx → enterprise.mdx} +2 -2
  71. package/docs/{v7/errors.mdx → errors.mdx} +3 -3
  72. package/docs/{v7/events.mdx → events.mdx} +4 -4
  73. package/docs/{v7/exec.mdx → exec.mdx} +10 -10
  74. package/docs/{v7/extract.mdx → extract.mdx} +10 -10
  75. package/docs/{v7/find.mdx → find.mdx} +61 -61
  76. package/docs/{v7/focus-application.mdx → focus-application.mdx} +6 -6
  77. package/docs/{v7/generating-tests.mdx → generating-tests.mdx} +10 -10
  78. package/docs/guide/best-practices-polling.mdx +6 -1
  79. package/docs/{v7/hosted.mdx → hosted.mdx} +7 -7
  80. package/docs/{v7/hover.mdx → hover.mdx} +6 -6
  81. package/docs/interacting-with-your-app.mdx +198 -0
  82. package/docs/locating-elements.mdx +423 -0
  83. package/docs/{v7/making-assertions.mdx → making-assertions.mdx} +7 -7
  84. package/docs/{v7/mouse-down.mdx → mouse-down.mdx} +9 -9
  85. package/docs/{v7/mouse-up.mdx → mouse-up.mdx} +9 -9
  86. package/docs/options.mdx +320 -0
  87. package/docs/{v7/parse.mdx → parse.mdx} +12 -12
  88. package/docs/{v7/performing-actions.mdx → performing-actions.mdx} +11 -11
  89. package/docs/{v7/press-keys.mdx → press-keys.mdx} +5 -5
  90. package/docs/{v7/provision.mdx → provision.mdx} +9 -9
  91. package/docs/quickstart-cli.mdx +437 -0
  92. package/docs/quickstart-github.mdx +54 -0
  93. package/docs/quickstart-manual.mdx +135 -0
  94. package/docs/quickstart.mdx +22 -0
  95. package/docs/{v7/redraw.mdx → redraw.mdx} +7 -7
  96. package/docs/{v7/reusable-code.mdx → reusable-code.mdx} +3 -3
  97. package/docs/{v7/right-click.mdx → right-click.mdx} +7 -7
  98. package/docs/{v7/screenshot.mdx → screenshot.mdx} +9 -9
  99. package/docs/{v7/screenshots.mdx → screenshots.mdx} +3 -3
  100. package/docs/{v7/scroll.mdx → scroll.mdx} +13 -13
  101. package/docs/{v7/secrets.mdx → secrets.mdx} +4 -4
  102. package/docs/{v7/self-hosted.mdx → self-hosted.mdx} +7 -7
  103. package/docs/{v7/test-results-json.mdx → test-results-json.mdx} +4 -4
  104. package/docs/{v7/type.mdx → type.mdx} +7 -7
  105. package/docs/{v7/variables.mdx → variables.mdx} +2 -2
  106. package/docs/{v7/wait.mdx → wait.mdx} +5 -5
  107. package/docs/what-is-testdriver.mdx +54 -0
  108. package/lib/environments.json +1 -1
  109. package/lib/github-comment.mjs +2 -3
  110. package/package.json +1 -1
  111. package/scripts/generate-skills.js +1 -1
  112. package/docs/v7/client.mdx +0 -486
  113. package/docs/v7/quickstart.mdx +0 -451
  114. package/docs/v7/what-is-testdriver.mdx +0 -54
  115. /package/docs/{v7/_drafts → _drafts}/architecture.mdx +0 -0
  116. /package/docs/{v7/_drafts → _drafts}/auto-cache-key.mdx +0 -0
  117. /package/docs/{v7/_drafts → _drafts}/awesome-logs-quick-ref.mdx +0 -0
  118. /package/docs/{v7/_drafts → _drafts}/cli-to-sdk-migration.mdx +0 -0
  119. /package/docs/{v7/_drafts → _drafts}/commands/assert.mdx +0 -0
  120. /package/docs/{v7/_drafts → _drafts}/commands/exec.mdx +0 -0
  121. /package/docs/{v7/_drafts → _drafts}/commands/focus-application.mdx +0 -0
  122. /package/docs/{v7/_drafts → _drafts}/commands/hover-image.mdx +0 -0
  123. /package/docs/{v7/_drafts → _drafts}/commands/hover-text.mdx +0 -0
  124. /package/docs/{v7/_drafts → _drafts}/commands/if.mdx +0 -0
  125. /package/docs/{v7/_drafts → _drafts}/commands/match-image.mdx +0 -0
  126. /package/docs/{v7/_drafts → _drafts}/commands/press-keys.mdx +0 -0
  127. /package/docs/{v7/_drafts → _drafts}/commands/remember.mdx +0 -0
  128. /package/docs/{v7/_drafts → _drafts}/commands/run.mdx +0 -0
  129. /package/docs/{v7/_drafts → _drafts}/commands/scroll-until-image.mdx +0 -0
  130. /package/docs/{v7/_drafts → _drafts}/commands/scroll-until-text.mdx +0 -0
  131. /package/docs/{v7/_drafts → _drafts}/commands/scroll.mdx +0 -0
  132. /package/docs/{v7/_drafts → _drafts}/commands/type.mdx +0 -0
  133. /package/docs/{v7/_drafts → _drafts}/commands/wait-for-image.mdx +0 -0
  134. /package/docs/{v7/_drafts → _drafts}/commands/wait-for-text.mdx +0 -0
  135. /package/docs/{v7/_drafts → _drafts}/commands/wait.mdx +0 -0
  136. /package/docs/{v7/_drafts → _drafts}/contributing.mdx +0 -0
  137. /package/docs/{v7/_drafts → _drafts}/dashcam-title-feature.mdx +0 -0
  138. /package/docs/{v7/_drafts → _drafts}/hooks.mdx +0 -0
  139. /package/docs/{v7/_drafts → _drafts}/init-command.mdx +0 -0
  140. /package/docs/{v7/_drafts → _drafts}/playwright.mdx +0 -0
  141. /package/docs/{v7/_drafts → _drafts}/plugin-migration.mdx +0 -0
  142. /package/docs/{v7/_drafts → _drafts}/presets.mdx +0 -0
  143. /package/docs/{v7/_drafts → _drafts}/progressive-disclosure.mdx +0 -0
  144. /package/docs/{v7/_drafts → _drafts}/provision.mdx +0 -0
  145. /package/docs/{v7/_drafts → _drafts}/quick-start-test-recording.mdx +0 -0
  146. /package/docs/{v7/_drafts → _drafts}/screenshot.mdx +0 -0
  147. /package/docs/{v7/_drafts → _drafts}/sdk-awesome-logs.mdx +0 -0
  148. /package/docs/{v7/_drafts → _drafts}/sdk-browser-rendering.mdx +0 -0
  149. /package/docs/{v7/_drafts → _drafts}/sdk-migration.mdx +0 -0
  150. /package/docs/{v7/_drafts → _drafts}/sdk-v7-complete.mdx +0 -0
  151. /package/docs/{v7/_drafts → _drafts}/self-hosting.mdx +0 -0
  152. /package/docs/{v7/_drafts → _drafts}/test-recording.mdx +0 -0
  153. /package/docs/{v7/_drafts → _drafts}/writing-tests.mdx +0 -0
  154. /package/docs/{v7/examples → examples}/ai.mdx +0 -0
  155. /package/docs/{v7/examples → examples}/assert.mdx +0 -0
  156. /package/docs/{v7/examples → examples}/captcha-api.mdx +0 -0
  157. /package/docs/{v7/examples → examples}/chrome-extension.mdx +0 -0
  158. /package/docs/{v7/examples → examples}/drag-and-drop.mdx +0 -0
  159. /package/docs/{v7/examples → examples}/element-not-found.mdx +0 -0
  160. /package/docs/{v7/examples → examples}/findall-coffee-icons.mdx +0 -0
  161. /package/docs/{v7/examples → examples}/formatted-logging.mdx +0 -0
  162. /package/docs/{v7/examples → examples}/hover-image.mdx +0 -0
  163. /package/docs/{v7/examples → examples}/hover-text-with-description.mdx +0 -0
  164. /package/docs/{v7/examples → examples}/hover-text.mdx +0 -0
  165. /package/docs/{v7/examples → examples}/installer.mdx +0 -0
  166. /package/docs/{v7/examples → examples}/launch-vscode-linux.mdx +0 -0
  167. /package/docs/{v7/examples → examples}/match-image.mdx +0 -0
  168. /package/docs/{v7/examples → examples}/parse.mdx +0 -0
  169. /package/docs/{v7/examples → examples}/press-keys.mdx +0 -0
  170. /package/docs/{v7/examples → examples}/scroll-keyboard.mdx +0 -0
  171. /package/docs/{v7/examples → examples}/scroll-until-text.mdx +0 -0
  172. /package/docs/{v7/examples → examples}/scroll.mdx +0 -0
  173. /package/docs/{v7/examples → examples}/type.mdx +0 -0
  174. /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
- "versions": [
14
+ "navigation": {
15
+
16
+ "groups": [
16
17
  {
17
- "version": "v7",
18
- "groups": [
19
- {
20
- "group": "Overview",
21
- "pages": [
22
- "/v7/quickstart",
23
- {
24
- "group": "Examples",
25
- "icon": "code",
26
- "pages": [
27
- "/v7/examples/assert",
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
- "version": "v6",
118
- "groups": [
119
- {
120
- "group": "Overview",
121
- "pages": [
122
- "/v6/overview/what-is-testdriver",
123
- {
124
- "group": "Concepts",
125
- "icon": "book",
126
- "pages": [
127
- "/v6/features/selectorless",
128
- "/v6/overview/comparison",
129
- "/v6/overview/performance",
130
- "/v6/overview/faq"
131
- ]
132
- },
133
- "/v6/account/enterprise"
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": "Get Started",
75
+ "group": "Configure the SDK",
76
+ "icon": "sliders",
138
77
  "pages": [
139
- "/v6/overview/quickstart",
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": "Examples",
85
+ "group": "Interacting",
86
+ "icon": "hand-pointer",
163
87
  "pages": [
164
- {
165
- "group": "Apps",
166
- "icon": "laptop",
167
- "pages": [
168
- "/v6/apps/static-websites",
169
- "/v6/apps/desktop-apps",
170
- "/v6/apps/chrome-extensions",
171
- "/v6/apps/mobile-apps",
172
- "/v6/apps/tauri-apps"
173
- ]
174
- },
175
- {
176
- "group": "Scenarios",
177
- "icon": "computer-mouse",
178
- "pages": [
179
- "/v6/scenarios/ai-chatbot",
180
- "/v6/scenarios/cookie-banner",
181
- "/v6/scenarios/file-upload",
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": "Guide",
109
+ "group": "Debugging",
110
+ "icon": "bug",
201
111
  "pages": [
202
- {
203
- "group": "Configuration",
204
- "icon": "desktop",
205
- "pages": [
206
- "/v6/guide/authentication",
207
- "/v6/guide/variables",
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": "Reference",
131
+ "group": "Deploying",
132
+ "icon": "cloud-arrow-up",
268
133
  "pages": [
134
+ "/hosted",
269
135
  {
270
- "group": "YAML",
271
- "icon": "file-code",
136
+ "group": "Self-Hosting",
137
+ "icon": "server",
272
138
  "pages": [
273
- "/v6/commands/assert",
274
- "/v6/commands/exec",
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": "/v7/quickstart"
199
+ "destination": "/quickstart"
339
200
  },
340
201
  {
341
202
  "source": "/v7/ai/:slug*",
342
- "destination": "/v7/quickstart"
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": "/v6/action/setup"
483
+ "destination": "/ci-cd"
347
484
  },
348
485
  {
349
486
  "source": "/reference/test-steps",
350
- "destination": "/v6/features/selectorless"
487
+ "destination": "/find"
351
488
  },
352
489
  {
353
490
  "source": "/guides/debugging-test-runs",
354
- "destination": "/v6/getting-started/editing"
491
+ "destination": "/debugging-with-screenshots"
355
492
  },
356
493
  {
357
494
  "source": "/overview/:slug*",
358
- "destination": "/v6/overview/:slug*"
495
+ "destination": "/what-is-testdriver"
359
496
  },
360
497
  {
361
498
  "source": "/features/:slug*",
362
- "destination": "/v6/features/:slug*"
499
+ "destination": "/quickstart"
363
500
  },
364
501
  {
365
502
  "source": "/getting-started/:slug*",
366
- "destination": "/v6/getting-started/:slug*"
503
+ "destination": "/quickstart"
367
504
  },
368
505
  {
369
506
  "source": "/cli/:slug*",
370
- "destination": "/v6/cli/:slug*"
507
+ "destination": "/quickstart"
371
508
  },
372
509
  {
373
510
  "source": "/interactive/:slug*",
374
- "destination": "/v6/interactive/:slug*"
511
+ "destination": "/quickstart"
375
512
  },
376
513
  {
377
514
  "source": "/guide/:slug*",
378
- "destination": "/v6/guide/:slug*"
515
+ "destination": "/quickstart"
379
516
  },
380
517
  {
381
518
  "source": "/action/:slug*",
382
- "destination": "/v6/action/:slug*"
519
+ "destination": "/ci-cd"
383
520
  },
384
521
  {
385
522
  "source": "/account/:slug*",
386
- "destination": "/v6/account/:slug*"
523
+ "destination": "/quickstart"
387
524
  },
388
525
  {
389
526
  "source": "/apps/:slug*",
390
- "destination": "/v6/apps/:slug*"
527
+ "destination": "/quickstart"
391
528
  },
392
529
  {
393
530
  "source": "/scenarios/:slug*",
394
- "destination": "/v6/scenarios/:slug*"
531
+ "destination": "/quickstart"
395
532
  },
396
533
  {
397
534
  "source": "/integrations/:slug*",
398
- "destination": "/v6/integrations/:slug*"
535
+ "destination": "/ci-cd"
399
536
  },
400
537
  {
401
538
  "source": "/importing/:slug*",
402
- "destination": "/v6/importing/:slug*"
539
+ "destination": "/generating-tests"
403
540
  },
404
541
  {
405
542
  "source": "/exporting/:slug*",
406
- "destination": "/v6/exporting/:slug*"
543
+ "destination": "/test-results-json"
407
544
  },
408
545
  {
409
546
  "source": "/bugs/:slug*",
410
- "destination": "/v6/bugs/:slug*"
547
+ "destination": "/debugging-with-screenshots"
411
548
  },
412
549
  {
413
550
  "source": "/commands/:slug*",
414
- "destination": "/v6/commands/:slug*"
551
+ "destination": "/quickstart"
552
+ },
553
+ {
554
+ "source": "/v7/:slug*",
555
+ "destination": "/:slug*"
415
556
  }
416
557
  ],
417
558
  "integrations": {