diff --git a/browserstack-load.yml b/browserstack-load.yml index 08b44a7..417637b 100644 --- a/browserstack-load.yml +++ b/browserstack-load.yml @@ -45,4 +45,7 @@ files: dependencies: - package.json testConfigs: - - playwright.config.js \ No newline at end of file + - playwright.config.js + +# Set 'headless' to false to run tests in headful mode. Supported only when testType is WebdriverIO or Playwright. +headless: false