You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use chromium-headless-shell with isolated caches
Fix race condition in parallel test jobs by adding matrix index to cache key.
Use chromium-headless-shell by passing executable_path to Playwright driver.
Changes:
- Add ${{ matrix.ci_node_index }} to cache key for isolated caches per job
- Install chromium-headless-shell instead of full chromium
- Detect and use headless_shell executable in capybara driver config
0 commit comments