testdriverai 4.0.80 → 4.0.81
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ Next generation autonomous AI agent for end-to-end testing of web & desktop
|
|
|
12
12
|
npm install testdriverai -g
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
| Windows | MacOS | Linux |
|
|
16
|
+
---------|-------|-------|
|
|
17
|
+
| ✅ | ✅ | ❌ |
|
|
18
|
+
|
|
15
19
|
TestDriver isn't like any test framework you've used before. TestDriver is an OS Agent for QA. TestDriver uses AI vision along with mouse and keyboard emulation to control the entire desktop. It's more like a QA employee than a test framework. This kind of black-box testing has some major advantages:
|
|
16
20
|
|
|
17
21
|
- **Easier set up:** No need to add test IDs or craft complex selectors
|