You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to define several configurations to be able to launch different sets of tests. Afaik you can define multiple Marathonfiles, but is it possible to do it with gradle plugin?
I've tried to define two marathon {} blocks, but it only executes the last one.
And how one would launch different configs?
The text was updated successfully, but these errors were encountered:
Thanks for the quick feedback!
So basically I need to create a gradle task that would build test apks and then run cli "marathon -m Marathonfile1-2"?
Also is there a way to configure size [small | medium | large]? edit: found it (not working tho: CustomMessageMissingMethodException: Could not find method set() for arguments [size, small] on {} of type java.util.LinkedHashMap.)
A much better option would be not to use gradle at all for testing and use CLI version. This way you can store as many testing configurations as needed in the form of many Marathonfiles.
We need to define several configurations to be able to launch different sets of tests. Afaik you can define multiple Marathonfiles, but is it possible to do it with gradle plugin?
I've tried to define two
marathon {}
blocks, but it only executes the last one.And how one would launch different configs?
The text was updated successfully, but these errors were encountered: