feat: Playwright TypeScript test automation for GxCapture Redbird BM (71 regression tests)#15
Closed
devin-ai-integration[bot] wants to merge 2 commits into
Closed
feat: Playwright TypeScript test automation for GxCapture Redbird BM (71 regression tests)#15devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
- 71 regression test cases automated across 15 modules - Page Object Model architecture with 14 page classes - TypeScript with strict mode - Cross-browser support (Chromium, Firefox) - Shared auth state for efficient test execution - GitHub Actions CI/CD pipeline - HTML and JSON test reporters - Screenshots and video on failure Modules: Portal, Manage Clients/Context/Definitions, Hierarchy, Templates, Plans, My Work Queue, Roles & Privileges, Plan Life Cycle, Rules, Load Definitions, Report Config, Exports
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…tion code - Updated LoginPage with exact selectors: getByRole heading 'Sign In', textbox 'Username'/'Password', button 'Login', logout via #dropdown-size-small - Updated all 14 Page Objects with real locators from working test code: - #search-bar-0 for table search - button.fa-plus-circle for add buttons - button.edit for row edit actions - button.tableRowDelete for delete - input.selection-input-4 for row checkboxes - #name, #username, #email, #password for form fields - #BM, #MP for application checkboxes - #btnCancel, #questionnaire for modal elements - Added evidence capture pattern (captureStep, writeEvidence) matching existing codex test architecture - Added API response tracking via trackGatewayResponses for /gxcapturegateway/ - Added proper cleanup with try/finally blocks and dialog handling - All 71 test cases rewritten with evidence-based pattern - TypeScript compiles with zero errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete Playwright TypeScript automation framework for GxCapture Redbird Benefits Management — 71 regression test cases (TC#1-71) across 15 modules.
Key architecture decisions
Locators extracted from real application code — not guessed. Login flow uses:
Tables use
#search-bar-0,button.fa-plus-circle(add),button.edit,button.tableRowDelete,input.selection-input-4(checkboxes). Forms use#name,#username,#email,#password,#role,#BM/#MP,#btnCancel,#questionnaire.Evidence-based test pattern matching existing codex architecture:
14 Page Object classes (
pages/) + shared helpers (utils/helpers.ts) withloginToPortal(),openBenefitsManagement(),openConfigurationScreen(),openAdminScreen(),searchTable(),visibleValidationMessages().Module breakdown (71 tests)
Running
Note: App is on internal network — tests will skip if credentials aren't set. Designed for self-hosted runners with network access.
Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/71d9de7510ab410195aaf4d5bef888c3