testdriverai 4.0.2 → 4.0.3
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/index.js +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -95,6 +95,11 @@ console.log('')
|
|
|
95
95
|
|
|
96
96
|
if (a.command !== 'run') {
|
|
97
97
|
speak('Howdy! I am TestDriver version ' + package.version);
|
|
98
|
+
|
|
99
|
+
console.log(chalk.red('Warning!') + chalk.dim(' TestDriver sends screenshots of the desktop to our API.'));
|
|
100
|
+
console.log(chalk.dim('https://docs.testdriver.ai/security-and-privacy/agent'));
|
|
101
|
+
console.log('')
|
|
102
|
+
|
|
98
103
|
}
|
|
99
104
|
|
|
100
105
|
// individual run ID for this session
|