feat(demo): record against real escalated-laravel Docker app#30
Merged
Conversation
Without this, the demo workflow fires on PRs targeting any branch when the relevant paths change. Matching the push trigger's branch scope avoids unnecessary CI runs on PRs targeting release or other branches.
Replace the mock demo-server with the actual escalated-laravel stack (PHP 8.3, PostgreSQL 16, DemoSeeder) so the README GIF shows the real UI. - Workflow: checkout escalated-dev/escalated-laravel, build & start via docker compose, poll /demo until ready (max 120s), tear down after - generate-demo.js: navigate /demo picker → log in as Alice Admin → ticket list → open first ticket → type and send reply using real Inertia selectors (aria-label="Reply message", "Send Reply" button) - DEFAULT_BASE_URL updated to localhost:8000
mpge
added a commit
that referenced
this pull request
Apr 24, 2026
… frameworks (iter 71-75) .NET #23, Spring #26, Go #29, Phoenix #35, Symfony #30. Ticket-identity routing is now complete across all 10 host frameworks: every outbound carries canonical Message-IDs + signed Reply-To, and every framework has the resolution chain to route inbound mail back to the right ticket. Follow-ups per greenfield framework: provider parsers + webhook controllers + full orchestration service.
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
demo-server.jsHTML mock with the realescalated-laravelDocker Compose stack (PHP 8.3, PostgreSQL 16, DemoSeeder with 55 realistic tickets)escalated-dev/escalated-laravel, builds the image, starts all services, and polls/demountil the app is ready (migrations + seeding complete)generate-demo.jsupdated to navigate the real Escalated UI: demo picker → login as Alice Admin → ticket list → open first ticket → type and send a reply using Inertia selectors (aria-label="Reply message",Send Replybutton)Test plan
.github/profile/demo.gifand visible in the README