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 3131e98 + 8e4d0b4 commit 2c7ee34Copy full SHA for 2c7ee34
bin/helpers/utils.js
@@ -103,5 +103,5 @@ exports.isParallelValid = (value) => {
103
}
104
105
exports.getUserAgent = () => {
106
- return `BStack-Cypress-CLI/1.2.0 (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.3.0 (${os.arch()}/${os.platform()}/${os.release()})`;
107
0 commit comments