From 3ac4593c532a76a5a5a3dc9e843ccb390662263e Mon Sep 17 00:00:00 2001 From: "Yash D. Saraf" Date: Thu, 12 Feb 2026 19:22:50 +0530 Subject: [PATCH] Chore: Add debug utility flag in sample repo yaml --- MSTest_browserstack/browserstack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MSTest_browserstack/browserstack.yml b/MSTest_browserstack/browserstack.yml index ca0f490..b5e3849 100644 --- a/MSTest_browserstack/browserstack.yml +++ b/MSTest_browserstack/browserstack.yml @@ -73,3 +73,5 @@ debug: false # # Set to true if you need screenshots for every seleniu networkLogs: false # Set to true to enable HAR logs capturing consoleLogs: errors # Remote browser's console debug levels to be printed (Default: errors) # Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors) + +# debugUtility: true # Set to true if you want to validate and debug the correctness of your BrowserStack config options. Read more about it here - https://www.browserstack.com/docs/automate/debug-common-errors