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 81c3235 commit fbfed8eCopy full SHA for fbfed8e
bin/helpers/utils.js
@@ -219,7 +219,7 @@ exports.isParallelValid = (value) => {
219
}
220
221
exports.getUserAgent = () => {
222
- return `BStack-Cypress-CLI/1.4.0 (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.5.0 (${os.arch()}/${os.platform()}/${os.release()})`;
223
};
224
225
exports.isAbsolute = (configPath) => {
0 commit comments