NIHVIVO-1129 start to add Visualizations to the tests.
This commit is contained in:
parent
7cca04ef46
commit
295aaa1e5f
2 changed files with 476 additions and 0 deletions
|
@ -140,6 +140,15 @@ report - Just summarize output from previously run tests.
|
|||
</condition>
|
||||
</fail>
|
||||
|
||||
<property name="file.author.uris" location="${data.dir}/authorUris.csv" />
|
||||
<fail message="File "${file.author.uris}" does not exist.">
|
||||
<condition>
|
||||
<not>
|
||||
<available file="${file.author.uris}" />
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
|
||||
<jmeter jmeterhome="${jmeter.home.dir}"
|
||||
testplan="${tests.dir}/${test.name}.jmx"
|
||||
resultlogdir="${results.dir}">
|
||||
|
@ -151,6 +160,8 @@ report - Just summarize output from previously run tests.
|
|||
<property name="threads" value="${threads}" />
|
||||
<property name="file.person.uris" value="${file.person.uris}" />
|
||||
<property name="file.infoResource.uris" value="${file.infoResource.uris}" />
|
||||
<property name="file.author.uris" value="${file.author.uris}" />
|
||||
<property name="default.namespace" value="${default.namespace}" />
|
||||
|
||||
<!-- Set parameters for the output -->
|
||||
<property name="jmeter.save.saveservice.output_format" value="xml" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue