test: gate progressive dock browser journey
All checks were successful
CI / lint (pull_request) Successful in 3m59s
CI / build-release (pull_request) Successful in 7s
CI / browser-journey (pull_request) Successful in 7m7s
CI / release-candidate (pull_request) Has been skipped

This commit is contained in:
timmy 2026-08-26 10:28:27 +00:00
parent 62de2e6011
commit 664317212d

View File

@ -1,6 +1,11 @@
import os
from pathlib import Path from pathlib import Path
import pytest import pytest
if os.getenv("STACKCHAIN_RUN_RELEASE_E2E") != "1":
pytest.skip("progressive mobile dock checks run only in the browser gate", allow_module_level=True)
pytest.importorskip("playwright.sync_api")
from playwright.sync_api import expect, sync_playwright from playwright.sync_api import expect, sync_playwright