testdriverai 5.7.21 → 5.7.23

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 CHANGED
@@ -153,4 +153,3 @@ gh pr create --web
153
153
  ```
154
154
 
155
155
  Your test will run on every commit and the results will be posted as a Dashcam.io video within your GitHub summary! Learn more about deploying on CI [here](https://docs.testdriver.ai/action/setup).
156
-
@@ -0,0 +1,12 @@
1
+
2
+ DiscourseEmbed = {
3
+ discourseUrl: 'https://forums.testdriver.ai/',
4
+ discourseEmbedUrl: window.location.href
5
+ };
6
+
7
+ (function() {
8
+ var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
9
+ d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
10
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
11
+ console.log('Discourse embed script loaded');
12
+ })();
@@ -5,6 +5,8 @@ description: "Get started with TestDriver in minutes."
5
5
  icon: "gauge-high"
6
6
  ---
7
7
 
8
+ import Comments from '/snippets/comments.mdx'
9
+
8
10
  TestDriver isn't just a computer-use agent, it's an entire AI-native workflow for creating end-to-end tests. Follow these steps to set up your environment and get started with TestDriver.
9
11
 
10
12
 
@@ -171,3 +173,7 @@ TestDriver can also generate tests without any input! Instead, it will suggest t
171
173
  </Step>
172
174
 
173
175
  </Steps>
176
+
177
+
178
+
179
+ <Comments />
@@ -58,5 +58,3 @@ title: "Quickstart"
58
58
  ```
59
59
  </Step>
60
60
  </Steps>
61
-
62
- ---
@@ -0,0 +1 @@
1
+ <div id='discourse-comments'></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.7.21",
3
+ "version": "5.7.23",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -61,7 +61,7 @@
61
61
  "devDependencies": {
62
62
  "@eslint/js": "^9.10.0",
63
63
  "chai": "^5.1.2",
64
- "esbuild": "0.20.2",
64
+ "esbuild": "0.25.5",
65
65
  "esbuild-plugin-fileloc": "^0.0.6",
66
66
  "eslint": "^9.10.0",
67
67
  "globals": "^15.9.0",