-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.0
-
Component/s: QA / CI / Tests
-
Tags:
-
Story Points:3
The current implementation of com.nuxeo.studio.test.AbstractBuildTestCase has limitations:
- not understandable what platform is building when a test is failing
- no way to parametrise a subset of tests to run and/or target platform
See: com.nuxeo.connect.test.MultiConnectClientsParametrized
AC:
- When a build is failing on the BuildTest during Maven build, I understand easily what target platform was failing.
Keeping in mind next objective:
- I have a way from the IDE to set the target platform on which the BuildTest is run on.
- I have an easy way to select which Testers are enabled during a run.