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 d5b209a commit e39e632Copy full SHA for e39e632
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) => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserstack-cypress-cli",
3
- "version": "1.8.0",
+ "version": "1.8.1",
4
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
5
"main": "index.js",
6
"scripts": {
0 commit comments