You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
18342
18342
<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>
18343
18344
<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>
18344
18345
<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.
18345
18346
Can be used only if <cite>allowFailure</cite> is <cite>true</cite>.</p></li>
<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>
18571
18572
<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>
18572
18574
<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>
18573
18575
<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.
18574
18576
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