[Panther] Configure env PANTHER_DEVTOOLS=0

Following https://github.com/symfony/panther/issues/675 and https://github.com/symfony/ux/pull/2873, passing `PANTHER_DEVTOOLS=0` (it is enabled by default) fixes issues when using Chrome 137+.

I agree this is not the best fix, surely something must be fixed upsteam, but for the moment, disabling devtools allows Panther to be usable again in some behaviors.
This commit is contained in:
Hugo Alliaume
2025-07-16 09:18:11 +02:00
committed by GitHub
parent 79f2455be0
commit bb4256a144
+2 -1
View File
@@ -21,7 +21,8 @@
"dotenv": {
"test": {
"PANTHER_APP_ENV": "panther",
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots",
"PANTHER_DEVTOOLS": "0"
}
},
"add-lines": [