-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Alpha4
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Low
Often times a developer will want to dump the test archives to inspect them when debugging a test failure. Currently, this requires editing the arquillian.xml descriptor (assuming there is one) and refreshing the project. As an alternative, it would be convenient to have a system property that would activate this feature for a single test run:
mvn test -Darquillian.exportPath=target/
Since the goal of this run is to export the archives, not necessarily run the tests (since presumably the test is currently failing), it would be nice to have an "export only" mode that just generates the archives.
mvn test -Darquillian.exportPath=target/ -Darquillian.exportOnly=true
- is related to
-
ARQ-284 Configuration options should be loadable from multiple sources
- Closed