From 15d18f36166b6084b5bb7f7577af10d7aa07ab61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunyady=20Mih=C3=A1ly?= Date: Thu, 22 Feb 2024 22:14:05 +0100 Subject: [PATCH] feat(firebase): add missing junit5 argument for runner SUITEDEV-35237 Co-authored-by: davidSchuppa <32750715+davidSchuppa@users.noreply.github.com> --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 924a284b..f31869f0 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ test-android-firebase-emulator: check-env ## run Android Instrumented tests on e --device model=Pixel2.arm,version=28,locale=en,orientation=portrait \ --device model=MediumPhone.arm,version=30,locale=en,orientation=portrait \ --device model=SmallPhone.arm,version=33,locale=en,orientation=portrait \ + --environment-variables runnerBuilder=de.mannodermaus.junit5.AndroidJUnit5Builder \ --client-details matrixLabel="Android Emarsys SDK - virtual devices" test-android-firebase: check-env ## run Android Instrumented tests on real devices on Firebase Test Lab @@ -55,6 +56,7 @@ test-android-firebase: check-env ## run Android Instrumented tests on real devic --device model=a51,version=31,locale=en,orientation=portrait \ --device model=bluejay,version=32,locale=en,orientation=portrait \ --device model=b4q,version=33,locale=en,orientation=portrait \ + --environment-variables runnerBuilder=de.mannodermaus.junit5.AndroidJUnit5Builder \ --client-details matrixLabel="Unified SDK - physical devices" run-github-workflow-locally: check-env ## needs act to be installed: `brew install act` and docker running. Pass in workflow path to run