Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 584 Bytes

Example 03

This example shows how to use the testcontainers package interacting directly with a LocalStack container.

How to run

To run this example, you need to have Go installed on your system.

Once you have Go installed, you can run the example by following these steps:

  1. Clone the repository:
git clone https://github.com/jfelipearaujo/testcontainers.git
  1. Run the example with Makefile:
make run-tests-03

or via the command line:

go test -race -count=1 ./examples/example_03/... -timeout=300s -test.v -test.run ^TestFeatures$