-
New Feature
-
Resolution: Unresolved
-
Major
-
None
It could be valuable having a new test execution mode (besides single build and iterative test build). This test (batch) execution mode could fetch the whole set of test cases to be run, with its associated platforms and launch a single build with this set.
This would allow to run just the tests defined at TestLink, with its configured platforms whilst allowing parallel execution (managed at runtime with surefire, failsafe, testng o selenium grid).
This would apply at least on maven build steps, when the goals to configure could be test -Dtest=SET_OF_TESTS -Dplatform=SET_OF_PLATFORMS,being SET_OF a comma-separated list of elements (strings representing classes and strings representing platforms for the previous classes)