testdriverai 4.0.6 → 4.0.7

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/lib/init.js +1 -1
  2. package/package.json +1 -1
package/lib/init.js CHANGED
@@ -132,6 +132,6 @@ module.exports = async () => {
132
132
  console.log(chalk.green('Testdriver setup complete!'));
133
133
  console.log('');
134
134
  console.log(chalk.yellow('Create a new test by running:'));
135
- console.log(chalk.dim('testdriver .testdriver/test.yml'));
135
+ console.log(chalk.dim('testdriverai testdriver/test.yml'));
136
136
 
137
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {