We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87c388c + 97832c8 commit ac52c73Copy full SHA for ac52c73
bin/commands/runs.js
@@ -151,11 +151,6 @@ module.exports = function run(args, rawArgs) {
151
}
152
153
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
-
159
const gridDetails = await getTurboScaleGridDetails(bsConfig, args, rawArgs);
160
161
if (gridDetails && Object.keys(gridDetails).length > 0) {
0 commit comments