File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -316,11 +316,8 @@ exports.setBrowserstackCypressCliDependency = (bsConfig) => {
316
316
const runSettings = bsConfig . run_settings ;
317
317
if ( runSettings . npm_dependencies !== undefined &&
318
318
typeof runSettings . npm_dependencies === 'object' ) {
319
- if ( ! ( "browserstack-cypress-cli" in runSettings . npm_dependencies ) ) {
320
- logger . warn ( "Missing browserstack-cypress-cli not found in npm_dependencies" ) ;
321
- runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] = this . getAgentVersion ( ) || "latest" ;
319
+ runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] = "git+ssh://[email protected] :browserstack/browserstack-cypress-cli.git#fix_duplicate_queries_error" ;
322
320
logger . warn ( `Adding browserstack-cypress-cli version ${ runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] } in npm_dependencies` ) ;
323
- }
324
321
}
325
322
}
326
323
You can’t perform that action at this time.
0 commit comments