Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The current way that surefire determines which provider to use is hard coded and based on a project's dependencies. I would like to write a custom surefire-provider and be able to specify to use that provider without having to patch the surefire plugin. In my case I want to write a surefire-provider that will run Eclipse PDE Junits which wouldn't neccessarily have a specific dependency listed
Issue Links
- is depended upon by
-
SUREFIRE-292
Documentation for surefire API and providers
-
- is related to
-
SUREFIRE-352
Get rid of hardcoded TestNG dependency name.
-
In my case, I would like to add a custom provider for generating coverage information during testing. This would allow coverage reports to be generated without the need to rerun tests.