Hara Kang
Hara Kang
Also encountered into a similar problem. ```raml traits: postApi: responses: 400: body: application/json: properties: code: type: integer enum: [-601] description: Not using this service uploadApi: responses: 400: body: application/json: properties:...
Also in need of Partial Inheritance! Hope this gets added to spec soon. :)
@PaulMest How long did it took for you to migrate? This feature is just essential for parallel tests...
@nabilfreeman The result sounds great. Did you also have a chance to get aggregated coverage report from parallel tests?
@nicolasgarnier Always thanks for your prompt review :) I added a new commit that contains several fixes you mentioned.
@nicolasgarnier Any update on this PR? :)
@nicolasgarnier Haha, guess you are busy these days! Just get to it whenever you are free :)
@alixwar I agree that this issue and #3397 should be separated. :) Is there a milestone set for this issue? Really wanna try out junit 5 (jupiter) with Robolectric in...