testdriverai 4.2.20 → 5.0.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.2.20",
3
+ "version": "5.0.0-beta.2",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -16,6 +16,7 @@
16
16
  "author": "",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
+ "@e2b/desktop": "^1.6.0",
19
20
  "@electerm/strip-ansi": "^1.0.0",
20
21
  "axios": "^1.7.7",
21
22
  "chalk": "^4.1.2",
@@ -24,7 +25,6 @@
24
25
  "decompress": "^4.2.1",
25
26
  "dotenv": "^16.4.5",
26
27
  "electron": "^33.0.2",
27
- "get-windows": "^9.2.0",
28
28
  "jimp": "^0.22.12",
29
29
  "js-yaml": "^4.1.0",
30
30
  "mac-screen-capture-permissions": "^2.1.0",
@@ -38,10 +38,8 @@
38
38
  "odiff-bin": "^3.1.2",
39
39
  "prompts": "^2.4.2",
40
40
  "remark-parse": "^11.0.0",
41
- "robotjs": "^0.6.0",
42
41
  "sanitize-filename": "^1.6.3",
43
42
  "say": "^0.16.0",
44
- "screenshot-desktop": "^1.15.0",
45
43
  "semver": "^7.6.2",
46
44
  "sharp": "^0.33.5",
47
45
  "systeminformation": "^5.23.5",
@@ -67,6 +65,9 @@
67
65
  "optionalDependencies": {
68
66
  "@esbuild/linux-x64": "^0.21.5",
69
67
  "@img/sharp-libvips-win32-x64": "^1.0.2",
70
- "@img/sharp-win32-x64": "^0.33.4"
68
+ "@img/sharp-win32-x64": "^0.33.4",
69
+ "get-windows": "^9.2.0",
70
+ "robotjs": "^0.6.0",
71
+ "screenshot-desktop": "^1.15.0"
71
72
  }
72
73
  }
package/test.md ADDED
@@ -0,0 +1,8 @@
1
+ # Easy Math
2
+
3
+ 2 + 2 = 4 // this test will pass
4
+ 2 + 2 = 5 // this test will fail
5
+
6
+ # Harder Math
7
+
8
+ 230230 + 5819123 = 6049353
File without changes