-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: NXFT-1.7
-
Fix Version/s: QualifiedToSchedule
-
Component/s: nuxeo-ftest
-
Epic Link:
-
Tags:
-
Sprint:DevOps-12, DevOps-13, DevOps-14, DevOps-16
-
Story Points:2
When preparing the environment for a functional test with a marketplace package, it would be nice to be able to do a mp.download-and-install instead of using the following code in itests.xml:
<property name="mp.install" value="${out.dir}/marketplace-${nuxeo.marketplace.diff.version}.zip" /> <target name="prepare-environment" depends="_init,prepare-db,prepare-tomcat,prepare-jboss"> <copy todir="${out.dir}"> <artifact:resolveFile key="org.nuxeo.marketplace.diff:marketplace::zip" /> </copy> </target>