<junit>
<test name="MultiClients" haltonfailure="no" todir="${report}/xml" outfile="TEST-Clients" filtertrace="true">
<formatter type="xml"/>
</test>
我需要存储在变量中的属性 outfile 的值,我将在同一个xml文件中使用该变量创建一个文件夹,如下所示。
<property name="Path" value="$OutFile_${CURRENT_TIME}" />`