Add Ralph loop for real screen UI testing - #4
Draft
ThyFriendlyFox wants to merge 17 commits into
Draft
ThyFriendlyFox wants to merge 17 commits into
ThyFriendlyFox wants to merge 17 commits into
Conversation
Scaffold prd.json scenario backlog, loop prompt, and progress log so agents can iterate computerUse UI tests with persistent state. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Install firebase-tools/admin, seed script for demo-openlawn emulators, and document local test accounts in progress log. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified sign-in form, invalid-credential error, and manager shell via computerUse screenshots against Firebase emulators. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Employee signup against Ralph Test Lawn Co shows pending approval screen; artifacts captured via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified header, map container, and Customers/Employees/Crews navigation via computerUse on the manager dashboard. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified add-customer sheet open/submit/list update and edit sheet dismiss via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Wire an Add New Employee control that opens AddEmployeeSheet and set accountStatus active when creating employees from the manager view. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Retested after wiring Add New Employee; create/edit/list update verified via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified crew create with member assignment and list update via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified map/route area, markers, and crew detail interaction via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Employee shell verified without manager management chrome; route-display progress notes synced. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Employee header offered Company Settings but the sheet was only mounted on the manager branch, so the menu item did nothing. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Retested after mounting CompanySettingsSheet for employees; profile/schedule/company sheets open and dismiss. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified pending list and approve feedback via computerUse as manager. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Verified Services & Photos tab capture/upload affordances and empty gallery state via computerUse. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
Mobile layout and sign-out verified via computerUse. Progress log marks the loop COMPLETE with screenshot artifacts for each scenario. Co-authored-by: ThyFriendlyFox <thyfriendlyfox@gmail.com>
This branch was successfully deployed
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
Ralph-loop real-screen UI testing for OpenLawn against Firebase emulators, plus two product fixes found during the loop.
Loop result
All 13 scenarios
passes: true—<promise>COMPLETE</promise>Product fixes from the loop
Add New Employeecontrol; setaccountStatus: 'active'on manager-created employeesCompanySettingsSheeton the employee view branchHarness
docs/ralph/{prd.json,PROMPT.md,progress.md}scripts/seed-ralph-emulators.js(manager/employee/pending + sample customer)/opt/cursor/artifacts/ralph/(screenshots + recordings)How to reproduce
npm run devon:9002node scripts/seed-ralph-emulators.jsdocs/ralph/PROMPT.md