encore-go-testing
Installation
SKILL.md
Testing Encore Go Applications
Instructions
Encore Go uses standard Go testing with encore test.
Run Tests
# Run all tests with Encore (recommended)
encore test ./...
# Run tests for a specific package
encore test ./user/...
# Run with verbose output
encore test -v ./...