Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add e2e test scaffold #101

Merged
merged 10 commits into from
Dec 18, 2020
Prev Previous commit
Next Next commit
fix: use Setext style in test/e2e/README.md
  • Loading branch information
tokers committed Dec 18, 2020
commit 07a30b96fac79a254e8a004d3e0c425d5035b116
3 changes: 2 additions & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ apisix ingress controller e2e test suites

For running e2e test cases, a Kubernetes cluster is needed, [minikube](https://minikube.sigs.k8s.io/docs/start/) is a good choice to build k8s cluster in development environment.

## Scaffold
Scaffold
---------

a e2e test scaffold is prepared to run test cases easily. The source codes are in directory `test/e2e/scaffold`, it builds necessary running environment:

Expand Down