We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4681f5 + e26d5f1 commit b1dc857Copy full SHA for b1dc857
bin/helpers/utils.js
@@ -179,7 +179,7 @@ exports.isParallelValid = (value) => {
179
}
180
181
exports.getUserAgent = () => {
182
- return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`;
183
};
184
185
exports.isAbsolute = (configPath) => {
0 commit comments