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 aa22b90 commit 94ffc83Copy full SHA for 94ffc83
bin/helpers/utils.js
@@ -103,5 +103,5 @@ exports.isParallelValid = (value) => {
103
}
104
105
exports.getUserAgent = () => {
106
- return `BStack-Cypress-CLI/1.x (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
107
0 commit comments