mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-02 12:50:37 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* chore(e2eci): source Playwright browsers from official image Replace the runtime `pnpm playwright install` (which fetches browser binaries from the Playwright CDN and intermittently times out) with a copy out of the official `mcr.microsoft.com/playwright:v1.57.0-noble` image. The job stays on ubuntu-latest so the testcontainers-based backend bring-up is untouched; only OS deps are still installed via apt (`install-deps`), which does not hit the flaky CDN. Bump @playwright/test from the 1.57.0 alpha to stable 1.57.0 so the client version matches the image tag (browser builds line up). Closes #11772 * fix(e2e): open panel ⋮ menu via click, not hover (#11881)