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: local-smoke-test-scaffold
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 13, 2026

  1. local: keep simple_test/ out of source control

    Scratch directory used for local CLI smoke tests (see docs at Confluence
    1871218517 and 3148087393). Contains browserstack.json with staging /
    preprod credentials that must never be committed.
    
    This branch is LOCAL-ONLY — do not push.
    darshan3881 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    b39a9ba View commit details
    Browse the repository at this point in the history
  2. local: add simple_test/ scaffold for CLI smoke tests

    Tracked pieces of the smoke-test harness introduced during OB-10135
    verification:
    - cypress.config.js (v10+ format; activates observability code path)
    - cypress/e2e/simple_spec.cy.js (minimal Cypress spec)
    - README.md (usage + placeholder browserstack.json / .env template)
    
    The credential-bearing files (browserstack.json, .env.*) remain
    gitignored via existing root .gitignore patterns. Runtime dirs
    (log/, results/, tmpBstackPackages/, node_modules/,
    npm_install_debug.log) are covered by explicit rules.
    
    Kept on the local-smoke-test-scaffold branch since it's dev tooling,
    not part of any production PR.
    darshan3881 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    16eef19 View commit details
    Browse the repository at this point in the history
Loading