Skip to content

Commit b04a17d

Browse files
authored
Merge pull request #1437 from Kocal/patch-2
[Panther] Configure env `PANTHER_DEVTOOLS=0`
2 parents 726f0b4 + bb4256a commit b04a17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dotenv": {
2222
"test": {
2323
"PANTHER_APP_ENV": "panther",
24-
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
24+
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots",
25+
"PANTHER_DEVTOOLS": "0"
2526
}
2627
},
2728
"add-lines": [

0 commit comments

Comments
 (0)