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: v8.0.0
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: v8.1.0
Choose a head ref

Commits on Jul 15, 2021

  1. Copy the full SHA
    fffb786 View commit details

Commits on Jul 20, 2021

  1. Merge branch 'develop'

    flotwig committed Jul 20, 2021
    4
    Copy the full SHA
    bc8c23c View commit details
  2. chore(server): remove unnecessary promise from getConfig (#17319)

    * wip
    
    * update test
    
    * fix lint
    
    * await writeFile
    lmiller1990 authored Jul 20, 2021
    4
    Copy the full SHA
    7e30fb6 View commit details
  3. feat(cypress/schematic): add reporter and reporter-options to builder…

    … schematic (#17353)
    
    * feat: add reporter and reporter-options to builder schematic
    
    * update reporterOptions to be an object.
    
    * remove comment from readme
    admah authored Jul 20, 2021
    Copy the full SHA
    b7783e6 View commit details
  4. 4
    Copy the full SHA
    846abe5 View commit details
  5. chore: update LICENSE (#17356)

    Co-authored-by: Adam Murray <admah@users.noreply.github.com>
    anthonymjones and admah authored Jul 20, 2021
    4
    Copy the full SHA
    bdc3171 View commit details
  6. chore: Update Chrome (beta) to 92.0.4515.107 (#17402)

    Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and cypress-bot[bot] authored Jul 20, 2021
    4
    Copy the full SHA
    636aae0 View commit details
  7. Copy the full SHA
    eea0cf6 View commit details
  8. chore: release @cypress/react-v5.9.2

    [skip ci]
    semantic-release-bot committed Jul 20, 2021
    Copy the full SHA
    3054f06 View commit details
  9. chore(tests): skip flaky "detects invalid PEM key passphrase" test (#…

    …17413)
    
    Skips flaky test:
    
    ```
      1) lib/client-certificates loads cert files detects invalid PEM key passphrase:
    
          AssertionError: expected [Function: act] to throw error including 'Cannot decrypt PEM key with supplied passphrase (check the passphrase file content and that it doesn\'t have unexpected whitespace at the end)' but got 'Failed to load client certificates for clientCertificates[0]: Cannot parse PEM key: Only 8, 16, 24, or 32 bits supported: 352.  For more debug details run Cypress with DEBUG=cypress:server:client-certificates*'
          + expected - actual
    
          -Failed to load client certificates for clientCertificates[0]: Cannot parse PEM key: Only 8, 16, 24, or 32 bits supported: 352.  For more debug details run Cypress with DEBUG=cypress:server:client-certificates*
          +Cannot decrypt PEM key with supplied passphrase (check the passphrase file content and that it doesn't have unexpected whitespace at the end)
          
          at Context.<anonymous> (test/unit/client_certificates_spec.ts:386:47)
          at processImmediate (internal/timers.js:462:21)
    ```
    
    https://app.circleci.com/pipelines/github/cypress-io/cypress/22260/workflows/043dddbc-1095-4a98-bd32-3606e59e65ce/jobs/816365
    
    It seems to be a race condition, but I can't pin down where. Everything is synchronous...
    
    cc @GCHQDeveloper911
    flotwig authored Jul 20, 2021
    4
    Copy the full SHA
    0e137df View commit details

Commits on Jul 21, 2021

  1. chore: Update Chrome (stable) to 92.0.4515.107 (#17416)

    Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and cypress-bot[bot] authored Jul 21, 2021
    4
    Copy the full SHA
    fee6cb9 View commit details
  2. feat: ignore non-letters in specs list filter (#17346)

    * Ignore non-letters in spec filter
    
    * Move non-Latin chars spec fixture to specs_with_components
    
    * Adjust tests that didn't expect new spec fixture
    
    * Correct number of expected files in more test assertions
    
    * Don't filter out numbers
    
    * minor refactor and add another test
    
    Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
    papermana and chrisbreiding authored Jul 21, 2021
    4
    Copy the full SHA
    ba1c85b View commit details
  3. 4
    Copy the full SHA
    74ada11 View commit details

Commits on Jul 22, 2021

  1. Copy the full SHA
    5836203 View commit details
  2. chore: fix circle.yml

    lmiller1990 committed Jul 22, 2021
    Copy the full SHA
    e3b1d9e View commit details
  3. update scripts

    lmiller1990 committed Jul 22, 2021
    Copy the full SHA
    459a38d View commit details
  4. chore: fix CI install

    lmiller1990 committed Jul 22, 2021
    Copy the full SHA
    c9dd341 View commit details
  5. Copy the full SHA
    62f5fe6 View commit details
  6. 4
    Copy the full SHA
    69d2da1 View commit details
  7. feat: abilty to add assertions in Cypress Studio (#16295)

    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    panzarino and jennifer-shehane authored Jul 22, 2021
    4
    Copy the full SHA
    b25d09f View commit details
  8. Merge pull request #17439 from cypress-io/fix/do-not-register-ct-hook…

    …-in-e2e
    
    fix(npm/vue): do not register CT specific hook in E2E mode
    JessicaSachs authored Jul 22, 2021
    Copy the full SHA
    b33639c View commit details

Commits on Jul 23, 2021

  1. Copy the full SHA
    784c306 View commit details
  2. 4
    Copy the full SHA
    f33c589 View commit details

Commits on Jul 26, 2021

  1. chore(server): remove need to pass project object to Server#open (#17435

    )
    
    * only pass necessary values to createRoutes
    
    * simplify object passed to createRoutes
    
    * fix tests
    
    * update imports
    
    * use correct types
    
    * types
    
    * remove unused method
    lmiller1990 authored Jul 26, 2021
    4
    Copy the full SHA
    b3dd061 View commit details
  2. Copy the full SHA
    d64c832 View commit details
  3. fix: only rerun if current spec+deps changed (#17269)

    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    Barthélémy Ledoux and lmiller1990 authored Jul 26, 2021
    4
    Copy the full SHA
    1433b64 View commit details
  4. Copy the full SHA
    e9e3829 View commit details
  5. Merge pull request #17452 from cypress-io/b33639c5bf-master-into-develop

    chore: merge master (b33639c) into develop
    lmiller1990 authored Jul 26, 2021
    4
    Copy the full SHA
    faf1d58 View commit details
  6. chore: change ct -> component, projectType -> testingType everywhere …

    …for consistency (#17461)
    
    Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
    lmiller1990 and Barthélémy Ledoux authored Jul 26, 2021
    6
    Copy the full SHA
    257ff95 View commit details

Commits on Jul 28, 2021

  1. fix: do not start spec watcher in run mode (#17494)

    * fix: do not start spec watcher in run mode
    
    * add tests
    
    * revert change
    lmiller1990 authored Jul 28, 2021
    4
    Copy the full SHA
    8550842 View commit details
  2. fix: test runner reporter performance (#17243)

    Increase performance of test execution by removing lazy initial rendering of runnables, as well as custom styling of the reporter scrollbar
    tgriesser authored Jul 28, 2021
    4
    Copy the full SHA
    1e9383d View commit details

Commits on Jul 29, 2021

  1. chore(npm/webpack-preprocessor): fix CI pipeline (#17515)

    * chore: fix test script
    
    * update script
    
    * revert file
    
    * run webpack 4/5 compat tests last
    
    * update snapshots for webpack 5
    lmiller1990 authored Jul 29, 2021
    4
    Copy the full SHA
    f82844e View commit details
  2. 4
    Copy the full SHA
    a5305de View commit details
  3. fix(server): correctly include projectRoot when adding a CI project f…

    …rom GUI (#17514)
    
    Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
    5 people authored Jul 29, 2021
    8
    Copy the full SHA
    e49b3a4 View commit details
  4. release 8.1.0

    chrisbreiding committed Jul 29, 2021
    4
    Copy the full SHA
    f4ac273 View commit details
Loading