Skip to content
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: browserstack/browserstack-cypress-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: browserstack/browserstack-cypress-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pre_prod
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 11, 2026

  1. fix(rerun): send project-relative spec paths to remote on re-run [SDK…

    …-7124]
    
    BROWSERSTACK_RERUN_TESTS arrives as bare filenames ("a.ts,b.ts").
    run_settings is forwarded to the BrowserStack machines verbatim, where a
    bare filename does not resolve against the project root, so Cypress exits
    having run no spec at all ("Cypress could not run any of the specs").
    
    getNumberOfSpecFiles already resolves those entries against
    cypressProjectDir via matchBase globbing, but only persisted the resolved
    list back to run_settings.specs under turboScaleSession. Persist it for
    re-run sessions too, so the remote receives paths it can resolve.
    
    Scoped to re-runs via a new shared predicate isReRunSpecsSession(), which
    setUserSpecs now uses as well so the two call sites cannot drift. A plain
    --spec glob is deliberately left untouched.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    anish353 and claude committed Aug 11, 2026
    Configuration menu
    Copy the full SHA
    304f9db View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. Configuration menu
    Copy the full SHA
    22cd92f View commit details
    Browse the repository at this point in the history
Loading