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.
1 parent 620c581 commit dbcc6dbCopy full SHA for dbcc6db
bin/helpers/utils.js
@@ -347,7 +347,7 @@ exports.isParallelValid = (value) => {
347
}
348
349
exports.getUserAgent = () => {
350
- return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.10.0 (${os.arch()}/${os.platform()}/${os.release()})`;
351
};
352
353
exports.isAbsolute = (configPath) => {
0 commit comments