testdriverai 6.0.25 → 6.0.26

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.
@@ -14,10 +14,7 @@ The supported environment variables in TestDriver are:
14
14
  | Variable | Type | Description |
15
15
  |:---------------:|:---------:|---------------------------------------------------------------------------------|
16
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
17
  | 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. |
21
18
  </div>
22
19
 
23
20
  <GitignoreWarning/>
@@ -25,9 +22,6 @@ The supported environment variables in TestDriver are:
25
22
 
26
23
  ```bash .env
27
24
  TD_API_KEY=your_api_key
28
- TD_RESOLUTION=1024x768
29
- TD_TYPE=website
30
- TD_WEBSITE=www.jeep.com
31
25
  ```
32
26
 
33
27
  In this example `.env` file, we're running a website test in a local Linux VM with a resolution of 1024x768. The terminal will be minimized, and the overlay won't be shown. Analytics will be sent to TestDriver servers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "6.0.25",
3
+ "version": "6.0.26",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {