reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
make reflex and reflex base tied (#6379)
main
2 hours ago
ENG-9279: Add status to reflex.dev footer (#6351) * ENG-9279: Add status to reflex.dev footer * update tests * thanks greptile * update * change those * revert that * remove this * revert uv lock
main
3 hours ago
CI: make diagnostics non-fatal and use safer introspection `playwright.__version__` isn't an attribute on the module, so the previous diagnostics step bombed before the test step ran. Drop that, use `uv pip list` / `uv run pytest --version` / `uv run playwright --version` instead, and mark the step continue-on-error so it can't swallow the actual pytest run. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
3 hours ago
CI: add diagnostics to integration-app-harness workflow Print pytest/playwright versions and the Playwright browser cache contents before running tests so we can see what's actually failing when the 16-job matrix all exits with code 1 and no log is readable through the unauthenticated Actions UI. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
3 hours ago
fix pyright errors surfaced by pre-commit - `page.context.cookies()` returns Playwright's TypedDict ``Cookie`` where `name` is not required; switch to ``cookie_info.get("name", "")``. - In `test_linked_state.tab_factory`, the inner ``factory`` closure lost the ``linked_state.frontend_url is not None`` narrowing; capture the URL in a local variable before defining the closure so pyright keeps the non-None type. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
3 hours ago
revert RUF029 noqa tweaks; drop --with-deps - main's ruff does not flag RUF029 on @asynccontextmanager+yield functions, so adding `# noqa: RUF029` just creates RUF100 "unused noqa" errors on CI's ruff. Match main exactly for the 5 affected functions. - Drop `--with-deps` from the playwright install step (main's split- Playwright job never needed it). Drop the redundant `-o asyncio_mode=strict`; `-p no:asyncio` alone is sufficient. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
3 hours ago
CI: also override asyncio_mode and install playwright OS deps - `-p no:asyncio` alone may still trip on `asyncio_mode = "auto"` in pyproject.toml; add `-o asyncio_mode=strict` to override it too. - `playwright install chromium --only-shell` doesn't fetch the OS libraries chromium needs; add `--with-deps` so a fresh ubuntu-22.04 runner has them. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
3 hours ago
CI: disable pytest-asyncio in the integration-app-harness run pytest-playwright's sync driver owns the main-thread event loop for the whole session; pytest-asyncio's scoped runner tries to initialise its own and races with it at teardown even when no `async def test_` is collected. None of the integration tests need pytest-asyncio after the Playwright migration, so disable the plugin for this invocation. https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ
claude/selenium-to-playwright-migration-7qluV
4 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
ENG-9279: Add status to reflex.dev footer
#6351
17 hours ago
91a46eb
carlos/add-status-to-footer
CodSpeed Performance Gauge
×11
Add compiler plugin hooks and plugins and move compilation pipeline out of App
#6260
17 hours ago
9d626bc
FarhanAliRaza:compiler-hooks
CodSpeed Performance Gauge
0%
EventHandlerAPIPlugin (enterprise) docs
#6370
23 hours ago
4c431ff
masenf/event-handler-api-plugin-docs
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs