Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change cy.intercept override behavior #14543

Merged
merged 35 commits into from
Mar 26, 2021
Merged

Commits on Mar 3, 2021

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

Commits on Mar 4, 2021

  1. fix types

    flotwig committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    cc32828 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    06e62d0 View commit details
    Browse the repository at this point in the history
  2. expose req.on, rename events

    flotwig committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    197af55 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. wip: request events work

    flotwig committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4257879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e70281 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. stopPropagation

    flotwig committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    22c4c64 View commit details
    Browse the repository at this point in the history
  2. fix tests

    flotwig committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2b4e9a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8803a7 View commit details
    Browse the repository at this point in the history
  4. cleanup

    flotwig committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6db421f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b274804 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. types

    flotwig committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7829f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca8815 View commit details
    Browse the repository at this point in the history
  3. fix error tests

    flotwig committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2c3dfa5 View commit details
    Browse the repository at this point in the history
  4. simplify event frame

    flotwig committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c95c84d View commit details
    Browse the repository at this point in the history
  5. update error tests

    flotwig committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    bd73c84 View commit details
    Browse the repository at this point in the history
  6. add handler chaining tests

    flotwig committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    151054c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c52133c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    421a7fd View commit details
    Browse the repository at this point in the history
  2. Remove user-facing before:request surface

    This API is 100% redundant with the regular request interception API, so let's junk it
    flotwig committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7c7b5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6968655 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c78fe5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2753019 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0664022 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

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

Commits on Mar 24, 2021

  1. Add res.send fixture test

    flotwig committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e9496a1 View commit details
    Browse the repository at this point in the history
  2. update runner error tests

    flotwig committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    96aa1bb View commit details
    Browse the repository at this point in the history
  3. cleanup

    flotwig committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    112c9a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc62a47 View commit details
    Browse the repository at this point in the history
  5. fix type

    flotwig committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d591bac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7344235 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Changes from review

    flotwig committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    762d6eb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. final touch

    flotwig committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    8b72688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9d53d View commit details
    Browse the repository at this point in the history
  3. appease linter

    flotwig committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ae33091 View commit details
    Browse the repository at this point in the history