Skip to content

Commit 8b7ef22

Browse files
committed
Add a note about browser tests being run in CI
1 parent 07e118a commit 8b7ef22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atr/docs/running-and-creating-tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 id="using-docker-compose">Using Docker Compose</h3>
1414
<p>The simplest way to run the tests is using Docker Compose, which starts both ATR and the Playwright test container:</p>
1515
<pre><code class="language-shell">sh tests/run-tests.sh
1616
</code></pre>
17-
<p>This uses <a href="/ref/tests/docker-compose.yml"><code>tests/docker-compose.yml</code></a> to orchestrate the test environment. The ATR server runs in one container and the Playwright tests run in another, connected via a Docker network.</p>
17+
<p>This uses <a href="/ref/tests/docker-compose.yml"><code>tests/docker-compose.yml</code></a> to orchestrate the test environment. The ATR server runs in one container and the Playwright tests run in another, connected via a Docker network. These tests are automatically run in our GitHub CI as part of <a href="/ref/.github/workflows/build.yml"><code>.github/workflows/build.yml</code></a>.</p>
1818
<h3 id="using-host-networking">Using host networking</h3>
1919
<p>If you already have ATR running locally with <code>make serve-local</code>, you can run the Playwright tests directly against it instead of using Docker Compose:</p>
2020
<pre><code class="language-shell">make build-playwright &amp;&amp; make run-playwright

atr/docs/running-and-creating-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The simplest way to run the tests is using Docker Compose, which starts both ATR
2525
sh tests/run-tests.sh
2626
```
2727

28-
This uses [`tests/docker-compose.yml`](/ref/tests/docker-compose.yml) to orchestrate the test environment. The ATR server runs in one container and the Playwright tests run in another, connected via a Docker network.
28+
This uses [`tests/docker-compose.yml`](/ref/tests/docker-compose.yml) to orchestrate the test environment. The ATR server runs in one container and the Playwright tests run in another, connected via a Docker network. These tests are automatically run in our GitHub CI as part of [`.github/workflows/build.yml`](/ref/.github/workflows/build.yml).
2929

3030
### Using host networking
3131

0 commit comments

Comments
 (0)