From 85c56f440271753c70d8fbddaa53f085acb7f27a Mon Sep 17 00:00:00 2001 From: baozhida Date: Fri, 31 Mar 2017 14:32:45 +0800 Subject: [PATCH] Add files via upload --- build.xml | 197 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..8aed127 --- /dev/null +++ b/build.xml @@ -0,0 +1,197 @@ + + + + + + Sample build file for use with ant-jmeter.jar + See http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php + + To run a test and create the output report: + ant -Dtest=script + + To run a test only: + ant -Dtest=script run + + To run report on existing test output + ant -Dtest=script report + + The "script" parameter is the name of the script without the .jmx suffix. + + Additional options: + -Dshow-data=y - include response data in Failure Details + -Dtestpath=xyz - path to test file(s) (default user.dir). + N.B. Ant interprets relative paths against the build file + -Djmeter.home=.. - path to JMeter home directory (defaults to parent of this build file) + -Dreport.title="My Report" - title for html report (default is 'Load Test Results') + + Deprecated: + -Dformat=2.0 - use version 2.0 JTL files rather than 2.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + funcMode = ${funcMode} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Report generated at ${report.datestamp} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cannot find all xalan and/or serialiser jars + The XSLT formatting may not work correctly. + Check you have xalan and serializer jars in ${lib.dir} + + + \ No newline at end of file