Skip to content

Conversation

@DSingh0304
Copy link
Contributor

@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
@DSingh0304 DSingh0304 changed the title feat: add E2E tests for protos resource (#3092) test: add E2E tests for protos resource (#3092) Nov 8, 2025
- Navigate to proto details via list page and View button
- Verify proto content is displayed correctly in the UI
- Addresses feedback from code review
- Update protos via UI (Edit button -> modify content -> Save)
- Delete protos via UI (Delete button -> confirm dialog)
- Add UI verification to read/view tests
- API now only used for initial setup verification and cleanup
- All 8 tests passing

Addresses feedback to use UI for all operations except setup/cleanup
@SkyeYoung SkyeYoung changed the title test: add E2E tests for protos resource (#3092) test: add E2E tests for protos Nov 21, 2025
@SkyeYoung SkyeYoung merged commit af28b8d into apache:master Nov 21, 2025
6 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): protos

3 participants