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
|
@@ -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
|
-
|
|
|
15
|
-
|
|
16
|
-
provide feedback to inform our roadmap. |
|
|
17
|
-
only. Set API root to another URL. For on-prem.
|
|
18
|
-
this to spawn VMs with TestDriver Pro.
|
|
19
|
-
resolution when TD_VM is true. Format like `1280x1024`. |
|
|
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
|