Skip to content

Conversation

@DSingh0304
Copy link
Contributor

Why submit this pull request?

  • New feature provided

What changes will this PR take into?

This PR adds comprehensive E2E tests for the Plugin Configs resource, including:

  • Page Object Model (e2e/pom/plugin_configs.ts) for plugin configs pages
  • List page tests with pagination functionality
  • CRUD operations tests with required fields only
  • CRUD operations tests with all available fields

All 5 tests are passing and follow the established testing patterns.

Related issues

Closes #3090

Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

…resource

- Add Page Object Model for plugin configs navigation and assertions
- Add list page tests with pagination support
- Add CRUD tests with required fields (name, plugins)
- Add CRUD tests with all fields (name, desc, labels, plugins)
- Tests cover create, read, update, delete operations
- Tests verify form validation, plugin management, and labels

Closes apache#3090
@SkyeYoung SkyeYoung changed the title test: add comprehensive E2E tests for plugin configs. test: add comprehensive E2E tests for plugin configs Nov 21, 2025
@SkyeYoung SkyeYoung merged commit e611715 into apache:master Nov 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test(resource): plugin configs

3 participants