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
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,12 @@ First run `state run install-deps-dev` followed by `state run preprocess` if you
42
42
* If you modified assets or switched branches, you need to re-run `state run preprocess` first
43
43
***Testing:**
44
44
***Unit tests\*:**`state run test`
45
-
***Integration tests:**`state run integration-tests`
45
+
***Integration tests\*\*:**`state run integration-tests`
46
46
47
47
<sup>
48
48
* Our unit tests are in a state of slowly being converted to standalone
49
49
integration tests, meaning that while we refer to them as unit tests
50
50
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`.
0 commit comments