Skip to content

Commit

Permalink
deploy: 59b8279
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jan 17, 2025
1 parent d6d35fd commit db593b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h3 id="how-to-run"><a class="header" href="#how-to-run">How to run</a></h3>
</code></pre>
<h4 id="how-to-run-only-a-subset-of-all-e2e-tests"><a class="header" href="#how-to-run-only-a-subset-of-all-e2e-tests">How to run only a subset of all e2e tests</a></h4>
<p>Implicitly, all e2e tests for your operating system are executed. If you want to run only tests from one feature file, you have to override <code>GODOG_OPTS</code> environment variable. For example:</p>
<pre><code class="language-bash">make e2e GODOG_OPTS="--godog.tags='@basic &amp;&amp; @windows'" BUNDLE_LOCATION=&lt;bundle location&gt; PULL_SECRET_FILE=&lt;pull secret path&gt;
<pre><code class="language-bash">make e2e GODOG_OPTS="--godog.tags='@basic &amp;&amp; @windows'" BUNDLE_LOCATION="--bundle-location=&lt;bundle location&gt;" PULL_SECRET_FILE="--pull-secret-file=&lt;pull secret path&gt;"
</code></pre>
<p>Please notice <code>@basic &amp;&amp; @windows</code>, where <code>@basic</code> tag stands for <code>basic.feature</code> file and <code>@windows</code> tag for e2e tests designed for Windows.</p>
<h3 id="how-to-test-cert-rotation"><a class="header" href="#how-to-test-cert-rotation">How to test cert rotation</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ <h3 id="how-to-run"><a class="header" href="#how-to-run">How to run</a></h3>
</code></pre>
<h4 id="how-to-run-only-a-subset-of-all-e2e-tests"><a class="header" href="#how-to-run-only-a-subset-of-all-e2e-tests">How to run only a subset of all e2e tests</a></h4>
<p>Implicitly, all e2e tests for your operating system are executed. If you want to run only tests from one feature file, you have to override <code>GODOG_OPTS</code> environment variable. For example:</p>
<pre><code class="language-bash">make e2e GODOG_OPTS="--godog.tags='@basic &amp;&amp; @windows'" BUNDLE_LOCATION=&lt;bundle location&gt; PULL_SECRET_FILE=&lt;pull secret path&gt;
<pre><code class="language-bash">make e2e GODOG_OPTS="--godog.tags='@basic &amp;&amp; @windows'" BUNDLE_LOCATION="--bundle-location=&lt;bundle location&gt;" PULL_SECRET_FILE="--pull-secret-file=&lt;pull secret path&gt;"
</code></pre>
<p>Please notice <code>@basic &amp;&amp; @windows</code>, where <code>@basic</code> tag stands for <code>basic.feature</code> file and <code>@windows</code> tag for e2e tests designed for Windows.</p>
<h3 id="how-to-test-cert-rotation"><a class="header" href="#how-to-test-cert-rotation">How to test cert rotation</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit db593b3

Please sign in to comment.