RemoteTestParserConfiguration and proguard #654
Replies: 1 comment 2 replies
-
Hey @carlosrivin, thanks for raising this. I always disabled proguard for testing, not sure why you need to have it enabled, but that’s out-of-scope for this question obviously. One thing that comes to mind is maybe Regarding a sample - https://github.com/MarathonLabs/marathon/blob/develop/sample/android-app/Marathonfile#L22. There are several apps inside the sample directory in the codebase that you can check. I try to have most of the important functionality used there, but obviously it’s hard to use everything. You can also read the PR with the feature implementation, there are some comments there that might help. And don’t worry about long post, it’s better to provide more context in this situation. |
Beta Was this translation helpful? Give feedback.
-
Hello!
We have been trying to use the RemoteTestParserConfiguration because of some parametrised tests we have.
Without running proguard it runs just fine. But I haven't been able to make it work with it. Can you give us some hints of what does the proguard configuration should look like or if there is something else that might be causing this issue?
I couldn't find any sample code for using RemoteTestParser besides the doc that is kinda simple. Is there any other doc that I can read?
Also, and maybe the issue. From the doc: "Keep in mind that instrumentationArgs should include a listener only for the test parser. " What does this mean? all we need to add is the TestAnnotationProducer right? or is there another configuration to add?
Sorry for the long post.
Beta Was this translation helpful? Give feedback.
All reactions