From 8696fa3cc87b1097876b302d2b165a8061c15bb4 Mon Sep 17 00:00:00 2001 From: moveson Date: Mon, 16 Sep 2024 08:02:19 -0600 Subject: [PATCH] Restore chrome-related environment variables with new path for chrome --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 040674b94..0a4d8c147 100644 --- a/app.json +++ b/app.json @@ -16,6 +16,10 @@ "url": "heroku/ruby" } ], + "env": { + "GOOGLE_CHROME_CHANNEL": "stable", + "WD_CHROME_PATH": "/app/.chrome-for-testing/chrome-linux64/chrome" + }, "formation": { "test": { "quantity": 1,