You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/03/13 23:07:38 UTC

svn commit: r1786825 - /jmeter/trunk/bin/testfiles/jmeter-batch.properties

Author: sebb
Date: Mon Mar 13 23:07:38 2017
New Revision: 1786825

URL: http://svn.apache.org/viewvc?rev=1786825&view=rev
Log:
The .jtl file can be useful if a test fails so save some additional data to it
The .jtl files are not compared for contents, they only have to exist

Modified:
    jmeter/trunk/bin/testfiles/jmeter-batch.properties

Modified: jmeter/trunk/bin/testfiles/jmeter-batch.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/jmeter-batch.properties?rev=1786825&r1=1786824&r2=1786825&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/jmeter-batch.properties (original)
+++ jmeter/trunk/bin/testfiles/jmeter-batch.properties Mon Mar 13 23:07:38 2017
@@ -29,6 +29,10 @@ jmeter.save.saveservice.connect_time=fal
 # Since JMeter 3.1, defaults for this property is true
 jmeter.save.saveservice.sent_bytes=false
 
+# add some context in case tests fail (.jtl files are not compared)
+jmeter.save.saveservice.responseHeaders=true
+jmeter.save.saveservice.output_format=xml
+
 HTTPResponse.parsers=htmlParser
 htmlParser.className=org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
 htmlParser.types=text/html application/xhtml+xml application/xml text/xml