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: testing-library/cypress-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.7
Choose a base ref
...
head repository: testing-library/cypress-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.7
Choose a head ref
  • 18 commits
  • 14 files changed
  • 14 contributors

Commits on Jul 20, 2021

  1. chore: Don't test with node 10

    nickserv authored and kentcdodds committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5df5dd5 View commit details
    Browse the repository at this point in the history
  2. feat: Drop support for node 10 (fix #188)

    BREAKING CHANGE: Node v10 has been dropped. Use v12 or greater
    nickserv authored and kentcdodds committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5fe9666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e76f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

Commits on Nov 14, 2021

  1. fix: add cypress@9 as a valid peer-dependency (#207)

    fix: add cypress@9 as a valid peer dependency
    SimenB authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    2dd168d View commit details
    Browse the repository at this point in the history
  2. chore: set protocol for npm to https (#204)

    Co-authored-by: Mario Beltrán Alarcón <belco90@gmail.com>
    MatanBobi and Belco90 authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b15dbd4 View commit details
    Browse the repository at this point in the history
  3. docs: add MatanBobi as a contributor for code (#209)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    310c394 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Add Cypress ^10.0.0 as peer dependency

    10.0 has been release, and Cypress Testing Library works great with it ❤️
    marktnoonan authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2335e66 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. fix: Add Cypress ^10.0.0 as peer dependency

    Add Cypress ^10.0.0 as peer dependency
    afontcu authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    37ade04 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    4b7bfc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7926ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee34519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcfa412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8882e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d62d1b View commit details
    Browse the repository at this point in the history
  7. fix: update error stack traces for Cypress (#239)

    Fixes #232
    
    Update the Cypress error message rather than the entire error object. This merges the useful message of DOM Testing Library with the useful context of the Cypress error. This allows Cypress to find the line number of the failure in spec files instead of deep inside DOM Testing Library.
    NicholasBoll authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e9fdfae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d66009 View commit details
    Browse the repository at this point in the history
Loading