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

restreplay._self_test.condensed-headers.master-condensed-headers-empty.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"?>
<restReplayMaster>
    <protoHostPort>http://localhost:${SELFTEST_PORT}</protoHostPort>

    <dump payloads="false" dumpServiceResult="minimal" /> <!-- TODO: set dumpServiceResult to auto to test behavior for releases. -->

    <runOptions>
        <connectionTimeout>3000</connectionTimeout>
        <socketTimeout>5000</socketTimeout>
        <errorsBecomeEmptyStrings>true</errorsBecomeEmptyStrings>
        <outputServiceResultDB>false</outputServiceResultDB>
        <condensedHeaders></condensedHeaders>
    </runOptions>

    <run controlFile="_self_test/condensed-headers/condensed-headers.xml" testGroup="main" />
</restReplayMaster>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy