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 5155b82 commit 51d606bCopy full SHA for 51d606b
bin/commands/runs.js
@@ -209,7 +209,7 @@ module.exports = function run(args, rawArgs) {
209
markBlockStart('validateConfig');
210
logger.debug("Started configs validation");
211
return capabilityHelper.validate(bsConfig, args).then(function (cypressConfigFile) {
212
- if(process.env.BROWSERSTACK_TEST_ACCESSIBILITY) {
+ if(process.env.BROWSERSTACK_TEST_ACCESSIBILITY === 'true') {
213
setAccessibilityEventListeners(bsConfig);
214
}
215
if(process.env.BS_TESTOPS_BUILD_COMPLETED) {
0 commit comments