Documentation

Go Node.js

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Resend is an email API built for developers. This module provides a mock Resend API for integration testing, using Microcks under the hood to serve mock responses based on the official Resend OpenAPI spec.

Examples

Dependency:
go get github.com/mdelapenya/testcontainers-go-resend
Usage:
ctr, err := resend.Run(ctx, resend.DefaultImage)
Dependency:
npm install --save-dev @mdelapenya/testcontainers-resend
Usage:
const container = await new ResendContainer().start();