supabase-testcontainers-modules 1.0.3

Testcontainers modules for Supabase services used in integration testing.
Documentation
1
2
3
4
/// Host name used to access the host machine from within Docker containers
pub const DOCKER_INTERNAL_HOST: &str = "host.docker.internal";
/// Standard localhost address for local development
pub const LOCAL_HOST: &str = "localhost";