marathon icon indicating copy to clipboard operation
marathon copied to clipboard

Cross-platform test runner

Results 109 marathon issues
Sort by recently updated
recently updated
newest added

https://github.com/MarathonLabs/marathon/issues/796 As mentioned there I prepared the solution If apiLevel >= 34 -> we use time from VideoConfiguration else -> we divide to 180sec videos if timeLimit > 180

I am running into an issue where the remote test parser is not correctly identifying test annotations. I have been following the instructions [here](https://docs.marathonlabs.io/runner/android/configure/#test-parser), and I think I've done it...

bug

Added Mordant lib Added progress bar and results table to the terminal output

**Is your feature request related to a problem? Please describe.** [CustomFilter](https://developer.android.com/reference/androidx/test/filters/CustomFilter) provides the ability to filter test run-time based on the characteristics of the device under test. One use case...

enhancement

**Is your feature request related to a problem? Please describe.** Let's say we have a flacky environment that might cause a few tests to fail in a row. If we...

enhancement

Is your feature request related to a problem? Please describe. When using the batching strategy in our Marathontool configuration, I often encounter situations where some tests should not be batched...

enhancement

**Describe the bug** I'm currently using a **_test module_** in my project which is officially supported by Google. https://developer.android.com/studio/test/advanced-test-setup#use-separate-test-modules-for-instrumented-tests When I configure Marathon with a current project, all of test...

bug