Skip to content

Commit 969158f

Browse files
committed
Add note about integration tests
1 parent a33bac9 commit 969158f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ First run `state run install-deps-dev` followed by `state run preprocess` if you
4242
* If you modified assets or switched branches, you need to re-run `state run preprocess` first
4343
* **Testing:**
4444
* **Unit tests\*:** `state run test`
45-
* **Integration tests:** `state run integration-tests`
45+
* **Integration tests\*\*:** `state run integration-tests`
4646

4747
<sup>
4848
* Our unit tests are in a state of slowly being converted to standalone
4949
integration tests, meaning that while we refer to them as unit tests
5050
they still contain a lot of tests that are better described as integration tests.
51+
52+
** Our integration tests rely on the secrets feature, which is (as of writing) not ready for production use. You must enable it with `state config set optin.unstable true` and authenticate with `state auth --prompt`.
5153
</sup>

0 commit comments

Comments
 (0)