Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
CucumberTestResultArchiver should implement SimpleBuildStep to allow tighter workflow integration. Since this plugin already relies on 1.580 core, this will hopefully be a straightforward refactor.
Attachments
Issue Links
- links to
Slightly more complex than that as it can be called multiple times in a workflow so needs to aggregate results from multiple calls, rather than just multiple files as it does now.
Code is in Junit plugin so needs lifting across.