From 72e2c915da853b5ae0f046ef569c0edbd50c48bb Mon Sep 17 00:00:00 2001 From: "Yash D. Saraf" Date: Thu, 12 Feb 2026 19:22:52 +0530 Subject: [PATCH] Chore: Add debug utility flag in sample repo yaml --- browserstack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browserstack.yml b/browserstack.yml index 931609d..1d482e3 100644 --- a/browserstack.yml +++ b/browserstack.yml @@ -79,3 +79,5 @@ consoleLogs: errors # Remote browser's console debug levels to be print # Test Observability is an intelligent test reporting & debugging product. It collects data using the SDK. Read more about what data is collected at https://www.browserstack.com/docs/test-observability/references/terms-and-conditions # Visit observability.browserstack.com to see your test reports and insights. To disable test observability, specify `testObservability: false` in the key below. testObservability: true + +# 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