From 38b480866475bcfa5fb863a0ebd6e5f47c1b9b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Sat, 16 Dec 2023 18:20:59 +0100 Subject: [PATCH] TASK: Run e2e tests with Windows and Firefox --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33b3f81881..a5715b46ef 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ test: ## Executes integration tests on saucelabs. test-e2e-saucelabs: - bash Tests/IntegrationTests/e2e.sh "saucelabs:chrome:Windows 10" + bash Tests/IntegrationTests/e2e.sh "saucelabs:Firefox@latest:Windows 10" ## Executes integration tests locally. test-e2e: