FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...ci/cache-playwright-browsers · vitest-tests/browser-examples · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vitest-tests/browser-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: vitest-tests/browser-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ci/cache-playwright-browsers
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 29, 2026

  1. ci: cache Playwright browsers, fix node-version matrix reference

    The workflow set PLAYWRIGHT_BROWSERS_PATH but never cached it, so every
    run downloaded and extracted Chromium from scratch (~3.5min on Windows).
    Cache it keyed on the resolved playwright version so it only invalidates
    when Playwright itself updates.
    
    Also fix setup-node reading inputs.node-version, which is always empty
    here - it should be matrix.node_version.
    sheremet-va committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    43237fe View commit details
    Browse the repository at this point in the history
  2. ci: only pass --with-deps on Linux

    The Windows job log shows Install-WindowsFeature Server-Media-Foundation
    accounts for ~3min of the install step, while the Chromium download
    itself takes ~10s. Media Foundation only provides media playback codecs,
    which these tests don't use. On macOS install-deps is a no-op entirely.
    sheremet-va committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    fdc2536 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL