Replace the current e2e script with a test suite running e2e tests. (#1514)

* Replace the current e2e script with a test suite running e2e tests.

* Add a build tag to skip e2e while running unit tests.
We want e2e tests to be skipped while running normal unit tests.
This commit is contained in:
Federico Paolinelli
2020-02-20 00:38:08 +01:00
committed by GitHub
parent 4530a58359
commit 27f3683416
6 changed files with 247 additions and 71 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ test-unit-docker: ## run unit tests with docker
.PHONY: test-e2e
test-e2e:
./scripts/test_e2e.sh
cd e2etests && go test --tags e2etests
.PHONY: test-e2e-docker
test-e2e-docker: