bknd-testing
Installation
SKILL.md
Testing Bknd Applications
Write and run tests for Bknd applications using Bun Test or Vitest with in-memory databases for isolation.
Prerequisites
- Bknd project set up locally
- Test runner installed (Bun or Vitest)
- Understanding of async/await patterns
When to Use UI Mode
- Manual integration testing via admin panel
- Verifying data after test runs
- Quick smoke testing