testdriverai 5.0.3 → 5.0.4

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.
@@ -19,6 +19,7 @@ app.whenReady().then(() => {
19
19
  height: 768,
20
20
  closable: true,
21
21
  resizable: true,
22
+ alwaysOnTop: true,
22
23
  show: false,
23
24
  webPreferences: {
24
25
  nodeIntegration: true,
package/lib/init.js CHANGED
@@ -78,7 +78,7 @@ module.exports = async () => {
78
78
  {
79
79
  type: "confirm",
80
80
  name: "TD_VM",
81
- message: "Use Testdriver Runners? (Recommended)",
81
+ message: "Use Testdriver Sandbox? (Recommended)",
82
82
  initial: true,
83
83
  },
84
84
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {