mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
[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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user