Skip to content

Commit 22cc094

Browse files
committed
chore: debug logs
1 parent 9e463c1 commit 22cc094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ exports.setSystemEnvs = (bsConfig) => {
561561

562562
try {
563563
const accessibilityOptions = bsConfig.run_settings.accessibilityOptions;
564+
envKeys['BROWSERSTACK_ACCESSIBILITY_DEBUG'] = process.env.BROWSERSTACK_ACCESSIBILITY_DEBUG;
564565
if (accessibilityOptions) {
565566
Object.keys(accessibilityOptions).forEach(key => {
566567
const a11y_env_key = `ACCESSIBILITY_${key.toUpperCase()}`

0 commit comments

Comments
 (0)