bzp2010 opened a new issue #2197: URL: https://github.com/apache/apisix-dashboard/issues/2197
# Proposal ## Background There are two different sets of backend E2E code in the current project, each using a different implementation, and some test cases are duplicated and confusing. ## Objectives Migrate all the test cases to the implementation using ginkgo in `e2enew` and unify the code writing in `e2enew`. The ultimate goal is to improve functional test coverage and fix various problems that may occur during testing to improve the one-time pass rate. ## Solutions 1. Migrate old test cases one by one to ginkgo implementation. 2. Remove of old test cases. 3. Organize test cases and create a specification to guide how test code should be written. 4. Write specification documents for reference. ## Other It will be split up into many different sub-PRs to complete, and contributors interested in this can choose a part to complete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
