Anton Malinski

Results 166 comments of Anton Malinski

Already implemented

Closing due to inactivity. The underlying functionality is supported though using instrumentation arguments for the remote test parser, see https://github.com/MarathonLabs/marathon/blob/57e847599e54fac72d4be229217d0ad61323cb4b/sample/android-cucumber-app/Marathonfile#L27

Closing due to inactivity. The gradle plugin is now published using gradle's plugin, so if you want to publish locally - https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html#custom-plugin-repositories should work for you.

Closing due to inactivity. Please reopen with a demo reproducer.

This is now documented as a generic [dynamic configuration mechanism](https://docs.marathonlabs.io/configuration/dynamic-configuration). Is this enough for the use-case?

Closing due to inactivity

Is this use-case still needed? With 0.8.0 we can now theoretically support running on real phones, but this would require resigning the binaries which is non-trivial. If it's still needed...

@steffen-avemarg thanks a lot for this feedback and the explanation on the use case The code currently contains some placeholders for real phones, e.g. https://github.com/MarathonLabs/marathon/blob/develop/vendor/vendor-ios/src/main/kotlin/com/malinskiy/marathon/ios/xctestrun/TestRootFactory.kt#L72 Deployment on real phones will...

Closed by #726. The host key verification is not needed now for local runs. For ssh ones there is an option to supply OpenSSH-formatted known hosts or just ignore this...