TF-0MN0PBAJI1M69L6H: Fix browser imports, expose presets for web demo, add Playwright CI#251
Open
SorraTheOrc wants to merge 25 commits intomainfrom
Open
TF-0MN0PBAJI1M69L6H: Fix browser imports, expose presets for web demo, add Playwright CI#251SorraTheOrc wants to merge 25 commits intomainfrom
SorraTheOrc wants to merge 25 commits intomainfrom
Conversation
added 21 commits
April 28, 2026 16:33
…-level await in recipes/index to fix Vite browser build
…ed by demo/tutorial
…th Vite (import.meta.globEager) and Node (discoverFileBackedRecipes); export discoveryReady promise
…o ensure file-backed recipes are registered before command dispatch
…me recipe parsing
…ength after offline rendering to help E2E smoke test
…enerate command handling in E2E
…test runner for E2E debugging
…g Vite build using import.meta.globEager to ensure registry ready before UI init
…/:file for browser runtime fallback
…d presets from server when registry misses a recipe
…kend to keep E2E tutorial step fast and deterministic
…debug tutorial vitest step
…ered output as fallback in demo backend
…st in CI/demo environments
…nceError (safe TF_DIAG check)
… prebuild and add GitHub workflow to run Playwright e2e
…ll mismatch; use channel=chrome when CI=true
Member
Author
|
Updated playwright config to prefer system Chrome in CI (channel: 'chrome') to avoid headless-shell revision mismatch. |
added 3 commits
April 29, 2026 14:46
…(PLAYWRIGHT_BROWSERS_PATH) in CI
…int tests at it (PLAYWRIGHT_BROWSERS_PATH)
…ut dir for easier debugging
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.
Implements fixes for browser compatibility and e2e stability:\n- Guard process.env TF_DIAG access to avoid ReferenceError in browser (src/core/recipe.ts)\n- Copy presets into web/public during web prebuild so file-backed recipes are available to web demo\n- Add GitHub Actions workflow to run Playwright E2E for the web demo\n\nRelated work items: TF-0MN0PBAJI1M69L6H (parent), TF-0MOKJJE4A001SFKR, TF-0MOKJJI7N005LT61, TF-0MOKJJN42008FARS\n