@testdriverai/agent 7.11.153-test → 7.11.154-test

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.
@@ -6,7 +6,7 @@ description: Run your first computer-use test in minutes.
6
6
 
7
7
  TestDriver writes and runs computer-use tests for web apps, desktop apps, and browser extensions. Tests describe what a user sees and does in plain English, and run on real machines in the cloud. Pick the path that fits how you work:
8
8
 
9
- <CardGroup cols={2}>
9
+ <CardGroup cols={1}>
10
10
  <Card title="Add to GitHub" icon="github" href="/quickstart-github" arrow horizontal>
11
11
  No install. Mention `@testdriverai` in a PR or issue and it writes, runs, and commits tests for you.
12
12
  </Card>
@@ -7,7 +7,7 @@ icon: "rocket"
7
7
 
8
8
  TestDriver writes and runs computer-use tests for web apps, desktop apps, and browser extensions. Tests describe what a user sees and does in plain English, and run on real machines in the cloud. Pick the path that fits how you work:
9
9
 
10
- <CardGroup cols={2}>
10
+ <CardGroup cols={1}>
11
11
  <Card title="Add to GitHub" icon="github" href="/quickstart-github" arrow horizontal>
12
12
  No install. Mention `@testdriverai` in a PR or issue and it writes, runs, and commits tests for you.
13
13
  </Card>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testdriverai/agent",
3
- "version": "7.11.153-test",
3
+ "version": "7.11.154-test",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",