Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Terratest for EKS Blueprints

Configure and run Terratest

The following steps can be used to configure Go lang and run Terratests locally(Mac/Windows machine)).

Step 1: Install

golang (for macos you can use brew)

Step 2: Change directory into the test folder.

cd test

Step 3: Initialize your test

go mod init github.com/aws-ia/terraform-aws-eks-blueprints

go mod tidy -go=1.17

Step 4: Build and Run E2E Test

cd src

go get -v -t -d && go mod tidy -compat=1.17

go test -v -timeout 60m -tags=e2e