From d15e0e8f7d05e3b0fd2b83d40ed91e5f09249352 Mon Sep 17 00:00:00 2001 From: Sergey Chelombitko Date: Mon, 1 Jul 2024 13:44:40 +0100 Subject: [PATCH] Delete Marathonfile --- sample/android-app/Marathonfile | 14 -------------- sample/android-library/Marathonfile | 5 ----- 2 files changed, 19 deletions(-) delete mode 100644 sample/android-app/Marathonfile delete mode 100644 sample/android-library/Marathonfile diff --git a/sample/android-app/Marathonfile b/sample/android-app/Marathonfile deleted file mode 100644 index 0b12194cf..000000000 --- a/sample/android-app/Marathonfile +++ /dev/null @@ -1,14 +0,0 @@ -name: "sample-app tests" -outputDir: "build/reports/marathon" -retryStrategy: - type: "fixed-quota" - totalAllowedRetryQuota: 100 - retryPerTestQuota: 2 -vendorConfiguration: - applicationApk: "app/build/outputs/apk/debug/app-debug.apk" - testApplicationApk: "app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk" - autoGrantPermission: true - instrumentationArgs: - debug: "false" - applicationPmClear: true - testApplicationPmClear: true diff --git a/sample/android-library/Marathonfile b/sample/android-library/Marathonfile deleted file mode 100644 index 078399d5e..000000000 --- a/sample/android-library/Marathonfile +++ /dev/null @@ -1,5 +0,0 @@ -name: "sample-library-project tests" -outputDir: "build/reports/marathon" -vendorConfiguration: - testApplicationApk: "library/build/outputs/apk/androidTest/debug/library-debug-androidTest.apk" - autoGrantPermission: true