testdriverai 4.0.54 → 4.0.55

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -44,7 +44,7 @@ let executionHistory = [];
44
44
  let errorCounts = {};
45
45
  let errorLimit = 3;
46
46
  let checkCount = 0;
47
- let checkLimit = 3;
47
+ let checkLimit = 10;
48
48
  let rl;
49
49
 
50
50
  // list of prompts that the user has given us
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.54",
3
+ "version": "4.0.55",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {