Skip to main content

2 docs tagged with "integration tests"

View all tags

Integration tests with docker-compose

Learn how to run integration tests with Docker Compose and Atlas. This guide covers setting up test databases, applying migrations, and ensuring your application works with an up-to-date schema using docker-compose.

Integration tests with GitHub Actions

Learn how to run integration tests with GitHub Actions and Atlas. This guide covers setting up test databases, applying migrations, and ensuring your application works with an up-to-date schema using GitHub Actions workflows.