Skip to content

Commit a838624

Browse files
paradoxboundclaude
andcommitted
docs: document when and how tests are run (OSPS-QA-06.02)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Paradoxbound <paradoxbound@users.noreply.github.com>
1 parent c79ba4d commit a838624

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ npm test
225225

226226
### Testing
227227

228-
Functional tests run against a live BookStack instance. Set these environment variables:
228+
Tests run automatically on every pull request and every push to `main` via the [Functional Tests](https://github.com/paradoxbound/bookstack-mcp/actions/workflows/functional-tests.yml) GitHub Actions workflow. The workflow also runs `npm audit`, OSV dependency scanning, and a TypeScript type-check on every run.
229+
230+
To run tests locally, provide credentials for a live BookStack instance:
229231

230232
```env
231233
TEST_BOOKSTACK_URL=https://your-test-bookstack.com

0 commit comments

Comments
 (0)