Skip to content

Conversation

@DSingh0304
Copy link

@DSingh0304 DSingh0304 commented Nov 7, 2025

Why submit this pull request?

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What changes will this PR take into?

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

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

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

Related issues

fix/resolve #3092

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

- Add Page Object Model for protos pages
- Add list page tests with pagination
- Add CRUD tests with required fields only
- Add CRUD tests with all fields
- All 11 tests passing

Fixes apache#3092
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test(resource): protos

1 participant