Testcontainers-go workshop

Prerequisite

  • docker up and running
  • installed golang
  • ginkgo

Before workshop please run

this command will pull docker image that we use in this workshop

$ make int-test

Running on local

copy .env.example => .env

$ make run-docker

Running a test

$ make int-test