Docs updates

This commit is contained in:
Jack Kingsman
2026-03-30 21:24:36 -07:00
parent 44d6fcac24
commit 7b9d8f6a23
5 changed files with 102 additions and 35 deletions
+1
View File
@@ -78,6 +78,7 @@ These tests are only guaranteed to run correctly in a narrow subset of environme
```bash
cd tests/e2e
npm install
npx playwright test # headless
npx playwright test --headed # you can probably guess
```