Skip to content

Feat/playwright e2e ci 343 rebase#727

Open
Francis6-git wants to merge 4 commits into
LabsCrypt:mainfrom
Francis6-git:feat/playwright-e2e-ci-343-rebase
Open

Feat/playwright e2e ci 343 rebase#727
Francis6-git wants to merge 4 commits into
LabsCrypt:mainfrom
Francis6-git:feat/playwright-e2e-ci-343-rebase

Conversation

@Francis6-git

Copy link
Copy Markdown
Contributor

Re-enabling the Playwright end-to-end integration flow from closed PR #343.

This branch handles E2E stream lifecycles without local state bloat. It sets up an isolated environment pipeline via GitHub Actions using matrix configuration structures optimized directly alongside recent updates to main. Local execution test results and raw HTML reports have been explicitly stripped from tracking trees and isolated inside .gitignore.

@ogazboiz

ogazboiz commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

hey, main has moved significantly today (10+ PRs merged including the JWT test fix and various backend fixes). your branch's CI failure is on a stale base. please rebase:

git fetch upstream
git rebase upstream/main
git push --force-with-lease

main is green right now, so CI should clear on the rebased commit.

@ogazboiz

ogazboiz commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

heads up: main's ci was broken (the Backend CI and Backend Docker Image CI jobs) until the fixes in #969 and #974 just landed, so the red backend/docker checks on this pr are almost certainly stale, they ran against the broken main. please rebase to re-test against the now-green main: git fetch origin && git rebase origin/main && git push --force-with-lease. once it's green i'll review and merge. (if a non-backend check like Frontend CI is still red after the rebase, that part is a real issue worth a look, since frontend ci was passing on main.)

@Francis6-git

Copy link
Copy Markdown
Contributor Author

Thank you @ogazboiz for bringing it up, I've already forgotten that I made this PR to be honest.

@Francis6-git Francis6-git force-pushed the feat/playwright-e2e-ci-343-rebase branch from a2e1ff4 to 7033d1d Compare July 1, 2026 11:05
@Francis6-git Francis6-git force-pushed the feat/playwright-e2e-ci-343-rebase branch from 7033d1d to 7170903 Compare July 1, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants