You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (JIRA)" <ji...@apache.org> on 2019/03/22 21:43:00 UTC

[jira] [Commented] (NETBEANS-1763) Refactor the test output processor to handle both surefire and failsafe plugins

    [ https://issues.apache.org/jira/browse/NETBEANS-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799379#comment-16799379 ] 

Matthias Bläsing commented on NETBEANS-1763:
--------------------------------------------

I had a quick look at this - I managed to get the test output:

[https://github.com/matthiasblaesing/incubator-netbeans/commit/4c408041a6706f6498604d69dec6c3c0d3433e45]

What is missing is the ability to run single unit/integration tests.

One way I see: use the same heuristic based on classname as surefire/failsafe: "*Test" is mapped to unittests (run by surefire) and "*IT" is mapped to integration test (run by failsafe).

> Refactor the test output processor to handle both surefire and failsafe plugins
> -------------------------------------------------------------------------------
>
>                 Key: NETBEANS-1763
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1763
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: projects - Maven
>    Affects Versions: 9.0, 10.0
>            Reporter: jmborer
>            Priority: Minor
>
> Currently the Maven test results output processor is mainly focused on handling the Surefire output. The ouput of Failsafe is partly covered. This job is done in a single class called TestOutputListenerProvider. To provide a cleaner and robuster support for both Surefire and Failsafe test results parsing, it becomes necessary to refactor  TestOutputListenerProvider into two specialized output processors: one for Surefire and one for Failsafe.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists