DSingh0304 opened a new pull request, #3247: URL: https://github.com/apache/apisix-dashboard/pull/3247
## What this PR does / why we need it: Implements comprehensive E2E tests for the Plugin Metadata resource as requested in issue #3089. ## Which issue(s) this PR fixes: Closes #3089 ## Test checklist: - [x] Can navigate to the list (index) page and display the relevant fields - [x] Search functionality works normally - [x] CRUD operations with required fields only work correctly - [x] CRUD operations with all available fields work correctly ## Test results: All 4 tests passing: - `plugin_metadata.list.spec.ts` - 2 tests (navigation, search) - `plugin_metadata.crud-required-fields.spec.ts` - 1 test (simple metadata) - `plugin_metadata.crud-all-fields.spec.ts` - 1 test (comprehensive metadata) ## Files added: - `e2e/pom/plugin_metadata.ts` - Page Object Model - `e2e/tests/plugin_metadata.list.spec.ts` - `e2e/tests/plugin_metadata.crud-required-fields.spec.ts` - `e2e/tests/plugin_metadata.crud-all-fields.spec.ts` -- 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]
