Skip to content

Commit d26c94c

Browse files
Add exitIfSucceed to multistep API tests (#2307)
Co-authored-by: ci.datadog-api-spec <[email protected]> f0112fa
1 parent 8981eba commit d26c94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datadog_api_client.v1.model.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18340,6 +18340,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1834018340
<dd class="field-odd"><ul class="simple">
1834118341
<li><p><strong>allow_failure</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to continue with test if this step fails.</p></li>
1834218342
<li><p><strong>assertions</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_assertion.SyntheticsAssertion" title="datadog_api_client.v1.model.synthetics_assertion.SyntheticsAssertion"><em>SyntheticsAssertion</em></a><em>]</em>) – Array of assertions used for the test.</p></li>
18343+
<li><p><strong>exit_if_succeed</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to exit the test if the step succeeds.</p></li>
1834318344
<li><p><strong>extracted_values</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions" title="datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions"><em>SyntheticsParsingOptions</em></a><em>]</em><em>, </em><em>optional</em>) – Array of values to parse and save as variables from the response.</p></li>
1834418345
<li><p><strong>is_critical</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to consider the entire test as failed if this step fails.
1834518346
Can be used only if <cite>allowFailure</cite> is <cite>true</cite>.</p></li>
@@ -18569,6 +18570,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1856918570
<dd class="field-odd"><ul class="simple">
1857018571
<li><p><strong>allow_failure</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to continue with test if this step fails.</p></li>
1857118572
<li><p><strong>assertions</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_assertion.SyntheticsAssertion" title="datadog_api_client.v1.model.synthetics_assertion.SyntheticsAssertion"><em>SyntheticsAssertion</em></a><em>]</em>) – Array of assertions used for the test.</p></li>
18573+
<li><p><strong>exit_if_succeed</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to exit the test if the step succeeds.</p></li>
1857218574
<li><p><strong>extracted_values</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions" title="datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions"><em>SyntheticsParsingOptions</em></a><em>]</em><em>, </em><em>optional</em>) – Array of values to parse and save as variables from the response.</p></li>
1857318575
<li><p><strong>is_critical</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to consider the entire test as failed if this step fails.
1857418576
Can be used only if <code class="docutils literal notranslate"><span class="pre">allowFailure</span></code> is <code class="docutils literal notranslate"><span class="pre">true</span></code>.</p></li>

0 commit comments

Comments
 (0)