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 9e463c1 commit 22cc094Copy full SHA for 22cc094
bin/helpers/utils.js
@@ -561,6 +561,7 @@ exports.setSystemEnvs = (bsConfig) => {
561
562
try {
563
const accessibilityOptions = bsConfig.run_settings.accessibilityOptions;
564
+ envKeys['BROWSERSTACK_ACCESSIBILITY_DEBUG'] = process.env.BROWSERSTACK_ACCESSIBILITY_DEBUG;
565
if (accessibilityOptions) {
566
Object.keys(accessibilityOptions).forEach(key => {
567
const a11y_env_key = `ACCESSIBILITY_${key.toUpperCase()}`
0 commit comments