You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`BROWSER_SOURCE_DIR`| Directory to save source files to. |`./var/browser/source`|
676
+
|`BROWSER_SCREENSHOT_DIR`| Directory to save screenshots to (only applies to `PantherBrowser`). |`./var/browser/screenshots`|
677
+
|`BROWSER_CONSOLE_LOG_DIR`| Directory to save javascript console logs to (only applies to `PantherBrowser`). |`./var/browser/console-logs`|
678
+
|`BROWSER_FOLLOW_REDIRECTS`| Whether to follow redirects by default (only applies to `KernelBrowser`). |`1`_(true)_|
679
+
|`BROWSER_CATCH_EXCEPTIONS`| Whether to catch exceptions by default (only applies to `KernelBrowser`). |`1`_(true)_|
680
+
|`BROWSER_SOURCE_DEBUG`| Whether to add request metadata to written source files (only applies to `KernelBrowser`). |`0`_(false)_|
681
+
|`KERNEL_BROWSER_CLASS`|`KernelBrowser` class to use. |`Zenstruck\Browser\KernelBrowser`|
682
+
|`PANTHER_BROWSER_CLASS`|`PantherBrowser` class to use. |`Zenstruck\Browser\PantherBrowser`|
683
+
|`PANTHER_NO_HEADLESS`| Disable headless-mode and allow usage of `PantherBrowser::pause()`. |`0`_(false)_|
684
+
|`BROWSER_ALWAYS_START_WEBSERVER`| Always start a webserver configured for your current test env before running tests (only applies to `PantherBrowser`). |`0`_(false)_|
0 commit comments