nic-chen commented on issue #1658: URL: https://github.com/apache/apisix-dashboard/issues/1658#issuecomment-808088588
No DP test files: ``` *_suite_test.go This type of file is equivalent to the entry file of the test scenario, there is no specific test: apisix-dashboard/api/test/e2enew/route_online_debug/route_online_debug_suite_test.go apisix-dashboard/api/test/e2enew/ssl/ssl_suite_test.go apisix-dashboard/api/test/e2enew/route/route_suite_test.go apisix-dashboard/api/test/e2enew/server_info/server_info_suite_test.go apisix-dashboard/api/test/e2enew/schema/schema_suite_test.go apisix-dashboard/api/test/e2enew/version/version_suite_test.go apisix-dashboard/api/test/e2enew/healthz/healthz_suite_test.go apisix-dashboard/api/test/e2enew/service/service_suite_test.go apisix-dashboard/api/test/e2enew/plugin_config/plugin_config_suite_test.go apisix-dashboard/api/test/e2enew/upstream/upstream_suite_test.go apisix-dashboard/api/test/e2enew/base/http.go - http package apisix-dashboard/api/test/e2enew/version/version_test.go - dashboard version test apisix-dashboard/api/test/e2enew/healthz/healthz_test.go - dashboard survival api test apisix-dashboard/api/test/e2e/label_test.go - There is currently no application scenario for label on the DP side apisix-dashboard/api/test/e2e/authentication_test.go - login test of dashboard apisix-dashboard/api/test/e2enew/server_info/server_info_test.go - service-info plug-in test, DP is to report data, no interface apisix-dashboard/api/test/e2enew/schema/schema_test.go - Expose the schema interface, no interaction with DP apisix-dashboard/api/test/e2enew/schema/plugin_test.go - Expose the interface of the plug-in list and plug-in schema, no need to test the DP ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
