All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restreplay.runOptions.xml Maven / Gradle / Ivy

Go to download

RestReplay is a dynamide.org utility to send REST requests to the services layer (including JSON, XML, and multipart XML requests), read responses, validate responses, and compare the resulting payloads with templates.

There is a newer version: 1.0.27
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<runOptions>
    <!--
    This file is the best place to do site-wide settings for RestReplay.
    See documentation here:
       doc/RestReplay.html#RestReplay-restReplayMaster.runOptions
    or
       http://htmlpreview.github.io/?https://raw.githubusercontent.com/dynamide/RestReplay/master/doc/RestReplay.html#RestReplay-restReplayMaster.runOptions
    -->
    <connectionTimeout>3030</connectionTimeout>
    <socketTimeout>7007</socketTimeout>
    <errorsBecomeEmptyStrings>true</errorsBecomeEmptyStrings>
    <acceptAlertLevel>OK</acceptAlertLevel>
    <failTestOnWarnings>false</failTestOnWarnings>
    <failTestOnErrors>true</failTestOnErrors>
    <dumpResourceManagerSummary>false</dumpResourceManagerSummary>
    <skipMutators>false</skipMutators>
    <outputServiceResultDB>false</outputServiceResultDB>
    <emitRestReplayHeaders>false</emitRestReplayHeaders>
</runOptions>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy