]
Jakub Senko updated WFLY-228:
-----------------------------
Assignee: (was: Jakub Senko)
TS: Migrate from Surefire to Failsafe maven plugin.
---------------------------------------------------
Key: WFLY-228
URL:
https://issues.jboss.org/browse/WFLY-228
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Reporter: Ondrej Zizka
Fix For: Awaiting Volunteers
Attachments: AS7-failsafe-surefire.html.zip
Surefire aims at unit testing.
Failsafe, unlike Surefire, binds to two build phases - integration-tests and verify.
That not only moves test execution to the correct phase, but also brings possibility to
test several issues present in the testsuite - like skipping successive Surefire
executions in a single module if former fails (not affected by -fae).