Agent Skills: Integration Tests

Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.

UncategorizedID: andrelandgraf/fullstackrecipes/integration-tests

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/integration-tests

Skill Files

Browse the full folder contents for integration-tests.

Download Skill

Loading file tree…

.agents/skills/integration-tests/SKILL.md

Skill Metadata

Name
integration-tests
Description
Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.

Integration Tests

To set up Integration Tests, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/integration-tests

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/integration-tests