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: cypress-io/cypress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.3
Choose a base ref
...
head repository: cypress-io/cypress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.0
Choose a head ref
  • 20 commits
  • 148 files changed
  • 17 contributors

Commits on Jun 2, 2022

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

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    a6fa9d0 View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    e58ec7a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. 3 Configuration menu
    Copy the full SHA
    a264373 View commit details
    Browse the repository at this point in the history
  2. chore: update windows contributing guide to have users set default sh…

    …ell script to command prompt (#22149)
    AtofStryker authored Jun 7, 2022
    3 Configuration menu
    Copy the full SHA
    b24a77d View commit details
    Browse the repository at this point in the history
  3. feat: show better error message if testing type is not configured (#2…

    …2000)
    
    * feat: show better error message if testing type is not configured
    
    * Add tests
    
    * Update tests
    
    * Fix some tests
    
    * Fix some tests
    
    * Fix test
    
    * Fix tests
    
    * Update packages/errors/src/errors.ts
    
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    
    * Update with code review
    
    * Fix test
    
    * Add on link
    
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    estrada9166 and jennifer-shehane authored Jun 7, 2022
    2 Configuration menu
    Copy the full SHA
    e5c1f91 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. fix: Make spec row clickable across entire width (#22105)

    * fix: Make spec row clickable across entire width
    
    * Move click-sensitive row action wrapper to surround entire row
    * Add styles to highlight spec icon on hocus to match Figma
    * Small text highlight style change to match Figma
    
    * Add missing data-cy selector
    
    * Add tests for row expansion behaviors
    
    * Fix directory row styling issues
    mike-plummer authored Jun 8, 2022
    3 Configuration menu
    Copy the full SHA
    0298b97 View commit details
    Browse the repository at this point in the history
  2. chore: Update Chrome (stable) to 102.0.5005.61 and Chrome (beta) to 1…

    …03.0.5060.33 (#21623)
    
    Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people authored Jun 8, 2022
    3 Configuration menu
    Copy the full SHA
    f9d9d38 View commit details
    Browse the repository at this point in the history
  3. fix: Remove period in "learn more." button (#21935)

    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    sainthkh and mjhenkes authored Jun 8, 2022
    2 Configuration menu
    Copy the full SHA
    406a193 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. 3 Configuration menu
    Copy the full SHA
    fccce5d View commit details
    Browse the repository at this point in the history
  2. fix: support ESM projects using TypeScript with ts-node/esm (#22118)

    * fix: support ESM projects using TypeScript with ts-node/esm
    
    * better error handling
    
    * fix test
    
    * indentation
    
    * register ts-node via --require hook
    
    * be less aggressive with erroring
    
    * update fix system tests
    
    * remove obsolete test
    
    * handle case of not using typescript
    
    * replicate 9.x behavior for legacy plugins w/ ts-node
    
    * make test project valid and adjust tests accordingly
    
    * use ts-node/esm transpile only
    
    * dummy
    
    * extract util function
    
    * merge in refactor using projectFixtureDirectory
    
    * fix test
    lmiller1990 authored Jun 9, 2022
    3 Configuration menu
    Copy the full SHA
    abd986a View commit details
    Browse the repository at this point in the history
  3. create cross origin serialization explainer to fully explain our seri…

    …alization process (#22101)
    
    * create cross origin serialization explainer to fully explain our serialization process
    
    * Update packages/driver/src/util/serialization/README.md
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    
    * Update packages/driver/src/util/serialization/README.md
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    
    * Update packages/driver/src/util/serialization/README.md
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    
    * Update packages/driver/src/util/serialization/README.md
    
    Co-authored-by: Matt Schile <mschile@gmail.com>
    
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    Co-authored-by: Matt Schile <mschile@gmail.com>
    3 people authored Jun 9, 2022
    3 Configuration menu
    Copy the full SHA
    9b965c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. chore: Update Volar identifier for VSCode Marketplace (#22189)

    * Update Volar identifier for VSCode Marketplace
    
    * chore: Update Volar identifier for VSCode Marketplace
    
    Co-authored-by: Zach Bloomquist <git@chary.us>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people authored Jun 10, 2022
    3 Configuration menu
    Copy the full SHA
    7a0baf9 View commit details
    Browse the repository at this point in the history
  2. fix: AUT URL in runner header links to application URL (#22171)

    * Add failing test
    
    * Update AUT URL display to link
    
    * fix: Fix header AUT URL truncation
    
    * fix: Adjust line height so that lower-hanging characters don't get cut off
    astone123 authored Jun 10, 2022
    3 Configuration menu
    Copy the full SHA
    85f002f View commit details
    Browse the repository at this point in the history
  3. fix: windows (#22234)

    ryanthemanuel authored Jun 10, 2022
    3 Configuration menu
    Copy the full SHA
    600daef View commit details
    Browse the repository at this point in the history
  4. fix: properly run multiple specs in run and headed mode on linux and …

    …windows in chrome (#22168)
    
    * fix: properly run multiple specs in run and headed mode on linux and windows
    
    * fix: properly run multiple specs in run and headed mode on linux and windows
    
    * Update test
    
    * Update test
    
    * Fix issue with running headed in linux and windows
    
    * Improve test
    
    * Update packages/server/lib/browsers/browser-cri-client.ts
    
    * PR comments
    
    * PR comments
    
    * Fix test failure due to refactor
    
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    3 people authored Jun 10, 2022
    3 Configuration menu
    Copy the full SHA
    203758f View commit details
    Browse the repository at this point in the history
  5. fix: restart Cypress server and browser on baseUrl change (#22154)

    * fix: restart server on baseUrl change
    
    * Rework how baseUrl works
    
    * Refactor how we determine if we should ping the base url
    
    * Fix test
    
    * Update packages/launchpad/cypress/e2e/choose-a-browser.cy.ts
    
    * Update packages/launchpad/cypress/e2e/choose-a-browser.cy.ts
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    ryanthemanuel and mjhenkes authored Jun 10, 2022
    3 Configuration menu
    Copy the full SHA
    1e61923 View commit details
    Browse the repository at this point in the history
  6. fix: Don't include project path with supportFile glob (#22222)

    * fix: Don't glob project path in supportFile lookup
    
    * Updating unit tests around supportFile 'isFolder'
    
    * Adding unit test to validate the projectRoot isn't globbed
    
    * Adding system test to validate successful run
    
    * This is more accurate
    
    * Updating snapshot to reflect now missing absolute path from the supportFile value
    
    * Adding e2 launchpad test
    
    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    tbiethman and mjhenkes authored Jun 10, 2022
    2 Configuration menu
    Copy the full SHA
    f8f2418 View commit details
    Browse the repository at this point in the history
  7. 4 Configuration menu
    Copy the full SHA
    72e6b88 View commit details
    Browse the repository at this point in the history
  8. 3 Configuration menu
    Copy the full SHA
    6c9894b View commit details
    Browse the repository at this point in the history
Loading