testdriverai 5.7.39 → 5.7.40

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.
@@ -51,7 +51,9 @@ jobs:
51
51
 
52
52
  run-tests:
53
53
  name: Run Tests
54
- needs: gather-test-files
54
+ needs:
55
+ - gather-test-files
56
+ - publish-beta
55
57
  runs-on: ubuntu-latest
56
58
  strategy:
57
59
  matrix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.7.39",
3
+ "version": "5.7.40",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {