We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653e76d commit d141e9eCopy full SHA for d141e9e
bin/commands/runs.js
@@ -153,11 +153,6 @@ module.exports = function run(args, rawArgs) {
153
}
154
155
if (turboScaleSession) {
156
- // Local is only required in case user is running on trial grid and wants to access private website.
157
- // Even then, it will be spawned separately via browserstack-cli ats connect-grid command and not via browserstack-cypress-cli
158
- // Hence whenever running on ATS, need to make local as false
159
- bsConfig.connection_settings.local = false;
160
-
161
const gridDetails = await getTurboScaleGridDetails(bsConfig, args, rawArgs);
162
163
if (gridDetails && Object.keys(gridDetails).length > 0) {
0 commit comments