Skip to content

Commit ac52c73

Browse files
authored
Merge pull request #940 from browserstack/HST-972-cypress-local
HST-972 ATS Cypress Local Support
2 parents 87c388c + 97832c8 commit ac52c73

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/commands/runs.js

-5
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ module.exports = function run(args, rawArgs) {
151151
}
152152

153153
if (turboScaleSession) {
154-
// Local is only required in case user is running on trial grid and wants to access private website.
155-
// Even then, it will be spawned separately via browserstack-cli ats connect-grid command and not via browserstack-cypress-cli
156-
// Hence whenever running on ATS, need to make local as false
157-
bsConfig.connection_settings.local = false;
158-
159154
const gridDetails = await getTurboScaleGridDetails(bsConfig, args, rawArgs);
160155

161156
if (gridDetails && Object.keys(gridDetails).length > 0) {

0 commit comments

Comments
 (0)