testdriverai 6.0.24 → 6.0.25

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/docs/docs.json CHANGED
@@ -177,7 +177,7 @@
177
177
  "anchors": [
178
178
  {
179
179
  "anchor": "Book a Demo",
180
- "href": "https://calendly.com/d/cq23-qyn-3v6/testdriver-ai-demo",
180
+ "href": "https://testdriver.ai/demo",
181
181
  "icon": "calendar"
182
182
  }
183
183
  ]
@@ -11,18 +11,16 @@ import GitignoreWarning from "/snippets/gitignore-warning.mdx";
11
11
  The supported environment variables in TestDriver are:
12
12
 
13
13
  <div className="env-vars-table">
14
- | Variable | Type | Description | |:---------------:|:---------:|-----------|
15
- | TD_ANALYTICS | boolean | Send analytics to TestDriver servers. This helps
16
- provide feedback to inform our roadmap. | | TD_API_ROOT | string | Developer
17
- only. Set API root to another URL. For on-prem. | | TD_API_KEY | string | Set
18
- this to spawn VMs with TestDriver Pro. | | TD_RESOLUTION | string | Change
19
- resolution when TD_VM is true. Format like `1280x1024`. | | TD_TYPE | string |
20
- Set the type of test to run. Can be `website`, `desktop`, or `mobile`. Not
21
- required. |
14
+ | Variable | Type | Description |
15
+ |:---------------:|:---------:|---------------------------------------------------------------------------------|
16
+ | TD_ANALYTICS | boolean | Send analytics to TestDriver servers. This helps provide feedback to inform our roadmap. |
17
+ | TD_API_ROOT | string | Developer only. Set API root to another URL. For on-prem. |
18
+ | TD_API_KEY | string | Set this to spawn VMs with TestDriver Pro. |
19
+ | TD_RESOLUTION | string | Change resolution when TD_VM is true. Format like `1280x1024`. |
20
+ | TD_TYPE | string | Set the type of test to run. Can be `website`, `desktop`, or `mobile`. Not required. |
22
21
  </div>
23
-
24
- <GitignoreWarning />
25
-
22
+
23
+ <GitignoreWarning/>
26
24
  ## Example
27
25
 
28
26
  ```bash .env
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "6.0.24",
3
+ "version": "6.0.25",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {