This repo contains TCE E2E tests
Ensure you have latest golang 1.17.x
installed
git clone https://github.com/karuppiah7890/tce-e2e-test
cd tce-e2e-test
# copy sameple .env file
cp .env.sample.azure .env.azure.prod
# modify the .env file with your secrets
vi .env.azure.prod
# source it to export the environment variables
source .env.azure.prod
# To clean up any golang test result cache data
go clean -testcache
go test -v ./... -timeout 2h