From 24230dadcbaf2f1514ed8dfc067b69b4c1644595 Mon Sep 17 00:00:00 2001 From: "Yash D. Saraf" Date: Thu, 12 Feb 2026 19:22:46 +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 1c9223a..1557ca1 100644 --- a/browserstack.yml +++ b/browserstack.yml @@ -77,3 +77,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