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: v13.5.1
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: v13.6.0
Choose a head ref
  • 14 commits
  • 57 files changed
  • 12 contributors

Commits on Nov 16, 2023

  1. feat: display artifact upload durations in the console (#28226)

    * feat: display how long artifacts take to upload
    
    * adds changelog entry
    
    * add PR link to changelog
    
    * bump circle cache
    
    * previous masking was too greedy, made upload duration masking more limited in scope
    
    * update snapshots for video compression system tests
    
    * links changelog for upload durations to open issue
    
    * reorder upload result manifest - show duration after filesize instead of after count
    
    * update stdout normalization regex to be less applicable across system tests
    
    * maybe better regex for masking
    
    * another snapshot attempt
    
    * chore: add after:browser:launch node event (#28180)
    
    * test: update mochaEvent snapshots to be auto-generated (#28224)
    
    * feat: add support for angular 17 (#28152)
    
    * feat(webpack-dev-server): add support for angular 17
    
    * update changelog
    
    * fix broken spec pattern
    
    * update to rc 2 for cli
    
    * remove = from dependency minVersion lists
    
    * update angular 17 rc version and update dep test
    
    * add projectDirFolder to fixtures for angular-17
    
    * resolve broken system tests
    
    * update ct project dir angular version
    
    * fix: runIfWaitingForDebugger when targets are reloaded after crashing (#28254)
    
    * Update cli/CHANGELOG.md
    
    Co-authored-by: Matt Schile <[email protected]>
    
    * update snapshots
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Chris Breiding <[email protected]>
    Co-authored-by: Matt Schile <[email protected]>
    Co-authored-by: Jordan <[email protected]>
    Co-authored-by: Ryan Manuel <[email protected]>
    5 people authored Nov 16, 2023
    5 Configuration menu
    Copy the full SHA
    d54a1e9 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    424d408 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    06b5ca2 View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    d6e2a0d View commit details
    Browse the repository at this point in the history
  5. fix(driver): add support for alias.all when using dynamic alias (#28352)

    * add tests for failing instance
    
    * fix: support for dynamic alias.all
    
    * update changelog
    
    * Update cli/CHANGELOG.md
    
    Co-authored-by: Matt Schile <[email protected]>
    
    * move test
    
    * Update cli/CHANGELOG.md
    
    Co-authored-by: Emily Rohrbough <[email protected]>
    
    ---------
    
    Co-authored-by: Matt Schile <[email protected]>
    Co-authored-by: Emily Rohrbough <[email protected]>
    3 people authored Nov 16, 2023
    5 Configuration menu
    Copy the full SHA
    02d0493 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat: display an activity indicator in the CLI output when uploading …

    …artifacts to cypress cloud (#28277)
    
    * logic for activity indicator
    
    * update snapshot & masking to handle upload duration, remove defunct mask for upload order
    
    * update changelog
    
    * check for existence of upload activity indicator before attempting to stop it
    
    * updates changelog
    
    * Update cli/CHANGELOG.md
    
    * upload activity display improvements; configurable intervals and delays
    
    * system test snapshots for video compression
    
    * default delay and interval based on undefined rather than falsy
    
    * reduce interval so upload indicator is captured in certain system tests
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * remove initial delay for upload activity
    
    * correctly evaluate if an upload activity interval env is set or not
    
    * re-inserts spacing before upload activity indicator
    
    * snapshots
    
    ---------
    
    Co-authored-by: Jennifer Shehane <[email protected]>
    cacieprins and jennifer-shehane authored Nov 20, 2023
    5 Configuration menu
    Copy the full SHA
    e3ba697 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency crypto-js to v4.2.0 [security] (#28146)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Emily Rohrbough <[email protected]>
    Co-authored-by: Jennifer Shehane <[email protected]>
    3 people authored Nov 20, 2023
    4 Configuration menu
    Copy the full SHA
    2eb8455 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    2041c69 View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    d964865 View commit details
    Browse the repository at this point in the history
  5. dependency: updated chrome-remote-interface to 0.33.0 (#27998)

    * dependency: updated chrome-remote-interface to 0.33.0
    
    * updating changelog
    
    * updating tests
    
    * updating snapshot
    
    * enable debug logs
    
    * run ci without app integration tests
    
    * .
    
    * is this our problem? seems to be
    
    * .
    
    * run app tests
    
    * .
    
    * remove debug logs in ci
    
    * clean up & re-enable all jobs
    
    * .
    
    * keep existing checked in error for now
    
    * update changelog
    
    ---------
    
    Co-authored-by: Emily Rohrbough <[email protected]>
    Co-authored-by: Emily Rohrbough <[email protected]>
    3 people authored Nov 20, 2023
    5 Configuration menu
    Copy the full SHA
    a22fd5c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. chore: migrate AWS SDK for JavaScript v2 APIs to v3 in scripts folder (

    …#28249)
    
    * fix: contributor checkout (run ci)
    
    * .
    
    * chore: run codemod on scripts/binary/s3-api.ts
    
    * chore: format as per rest of the code
    
    * chore(deps): use s3 client from AWS SDK for JavaScript v3
    
    * chore(deps): use v3.450.0 of AWS SDK for JavaScript v3
    
    * Update .circleci/config.yml
    
    ---------
    
    Co-authored-by: Emily Rohrbough <[email protected]>
    Co-authored-by: Emily Rohrbough <[email protected]>
    Co-authored-by: Jordan <[email protected]>
    4 people authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    537642a View commit details
    Browse the repository at this point in the history
  2. fix: Allow absolute paths in indexHtmlFile (#28324)

    * fix: allow absolute paths in indexHtmlFile
    
    * Update CHANGELOG.md
    
    * Updated readme
    
    ---------
    
    Co-authored-by: Ryan Manuel <[email protected]>
    Co-authored-by: Jennifer Shehane <[email protected]>
    Co-authored-by: Jordan <[email protected]>
    4 people authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    dcd6a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2877454 View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    9337e4e View commit details
    Browse the repository at this point in the history
Loading