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 ./...
Related skills
Installs
211
GitHub Stars
23
First Seen
Jan 21, 2026