]
Aslak Knutsen closed ARQ-360.
-----------------------------
Assignee: Aslak Knutsen
Fix Version/s: 1.0.0.Alpha5
Resolution: Done
-Darquillian.deploymentExportPath
Honor system property for exporting test archives
-------------------------------------------------
Key: ARQ-360
URL:
https://issues.jboss.org/browse/ARQ-360
Project: Arquillian
Issue Type: Feature Request
Components: Configuration
Affects Versions: 1.0.0.Alpha4
Reporter: Dan Allen
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha5
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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: