Skip to content

Commit 9e463c1

Browse files
committed
fix: platform level accessibility
1 parent de24f4e commit 9e463c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ const caps = (bsConfig, zip) => {
122122
}
123123

124124
if (process.env.BROWSERSTACK_TEST_ACCESSIBILITY === 'true') {
125+
// If any of the platform has accessibility true, make it true
126+
bsConfig.run_settings["accessibility"] = true;
125127
bsConfig.run_settings["accessibilityPlatforms"] = getAccessibilityPlatforms(bsConfig);
126128
}
127129

0 commit comments

Comments
 (0)