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 ./...
Installs
336
GitHub Stars
25
First Seen
Jan 21, 2026
encore-go-testing — encoredev/skills