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 5c4d10a commit b3b7ab7Copy full SHA for b3b7ab7
bin/helpers/utils.js
@@ -270,7 +270,7 @@ exports.isParallelValid = (value) => {
270
}
271
272
exports.getUserAgent = () => {
273
- return `BStack-Cypress-CLI/1.8.0 (${os.arch()}/${os.platform()}/${os.release()})`;
+ return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
274
};
275
276
exports.isAbsolute = (configPath) => {
0 commit comments