-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add E2E test framework #11
Comments
I see @bzp2010 is writing some new features for this project, I recommend setting up the E2E framework firstly, or you cannot find some potential bugs in the new PR. |
Can we use the same testing framework as APISIX-Dashboard? |
Maybe, but the part for feeding configurations should be changed as we don't support all features that Manager API / Admin API needs. |
@tokers you are right |
UpdateA draft of the E2E framework has been made available here #12, which uses the same testing framework as the APISIX Dashboard (i.e. ginkgo, but upgraded to v2). |
Besides basic unit test cases, we need to setup the E2E test framework, to verify changes are feasible.
The logic here is creating some APISIX resources, and use ETCD adapter as the configuration center, pushing changes to APISIX, and send requests to APISIX to check if the results are good.
Note, we need run E2E test cases multiple times for each backend.
The text was updated successfully, but these errors were encountered: