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

Reporter error improvements #3930

Merged
merged 629 commits into from
May 6, 2020
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 2, 2019

  1. RadioGroup set of components- RadioGroup is a set of selectable items…

    …, where only one item may be selected at a time- RadioInput is an abstraction over the a normal input type="radio"- CustomRadio enables adding a custom component to represent the selected item
    andrew-codes committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    eff5f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d3367 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. revisit implementationradio is a form of single selection. Much of th…

    …e same accessbility traits of radio groups exist for other selections; such as checkboxes, selectable lists, etc. Refactored RadioGroup to be more generalized. Its responsibilities include managing the selection of items via keyboard shortcuts, tabbing, etc. much like any other radio/select would work. Hopefully this work can be extended to other single select type components; leveraging these components underneath the hood.
    andrew-codes committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ec848e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4176bfa View commit details
    Browse the repository at this point in the history
  3. rename spec

    chrisbreiding committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    aa5340b View commit details
    Browse the repository at this point in the history
  4. satisfy typescript

    chrisbreiding committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    15dc266 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. fix dropdown test

    chrisbreiding committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ee26eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b700f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119c575 View commit details
    Browse the repository at this point in the history
  4. use lodash instead of lodash/fp

    The build was failing with webpack complaining that `lodash/fp` could not be found. Instead of spending any more time on it, I decided to just remove its use. I also worry that it adds more size to the bundle since it’s using a different branch of lodash so some amount of lodash is being duplicated in the bundle, though I couldn’t verify that because I could never get it building with `lodash/fp`
    chrisbreiding committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    499ae41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    456ea83 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    3c06e0b View commit details
    Browse the repository at this point in the history
  2. improve saved_state api

    chrisbreiding committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4575cd8 View commit details
    Browse the repository at this point in the history
  3. create editors util

    chrisbreiding committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b04a186 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21351de View commit details
    Browse the repository at this point in the history
  5. fix tests

    chrisbreiding committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    7e33bf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    4123784 View commit details
    Browse the repository at this point in the history
  2. validate editor picker

    chrisbreiding committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b166bbf View commit details
    Browse the repository at this point in the history
  3. trim other editor path

    chrisbreiding committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5083cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b2531e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    e8230d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c52dc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

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

Commits on Dec 30, 2019

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

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    1085c0f View commit details
    Browse the repository at this point in the history
  2. fix querying spec

    chrisbreiding committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    8d10145 View commit details
    Browse the repository at this point in the history
  3. update snapshot

    chrisbreiding committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    03cada4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    2310669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536dad4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. try skipping this test

    chrisbreiding committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    ffe0586 View commit details
    Browse the repository at this point in the history
  2. try removing listeners

    chrisbreiding committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    e732b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da04011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ebc76 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    98111cc View commit details
    Browse the repository at this point in the history
  2. fix temp fix

    chrisbreiding committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2948570 View commit details
    Browse the repository at this point in the history
  3. one more

    chrisbreiding committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c02b440 View commit details
    Browse the repository at this point in the history
  4. oops

    chrisbreiding committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3d803b3 View commit details
    Browse the repository at this point in the history
  5. update snapshots

    chrisbreiding committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    f3ec02c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    6438085 View commit details
    Browse the repository at this point in the history
  2. fix class name

    chrisbreiding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    eae8f1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4762f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddff5ea View commit details
    Browse the repository at this point in the history
  5. nevermind :(

    chrisbreiding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    443f0bf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    7a89429 View commit details
    Browse the repository at this point in the history
  2. rename select to select-group

    changing the capitalization from Select to select wasn’t being picked up by git
    chrisbreiding committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    c8e0526 View commit details
    Browse the repository at this point in the history
  3. uncomment scss

    chrisbreiding committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ffee0bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c4b39e View commit details
    Browse the repository at this point in the history
  5. quotes to ticks

    chrisbreiding committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    57061ea View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

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

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    6e62366 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into jen/reporter-error-templates-fix

    # Conflicts:
    #	packages/driver/src/cy/assertions.coffee
    #	packages/driver/src/cypress/mocha.coffee
    jennifer-shehane committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6ae5626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ff964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9856ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b6d70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0eb964 View commit details
    Browse the repository at this point in the history
  7. update e2e test

    chrisbreiding committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    28c5f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    c33756c View commit details
    Browse the repository at this point in the history
  2. simplify file opening ux

    - no longer a tooltip when hovering over a file path
    - clicking directly triggers open action
    - ‘On Computer’ is now an option the user can choose instead of an editor
    chrisbreiding committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    ea309bd View commit details
    Browse the repository at this point in the history
  3. update editors spec

    chrisbreiding committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    49cd386 View commit details
    Browse the repository at this point in the history
  4. update e2e test

    chrisbreiding committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    773e9ca View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    a9c9995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123a073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8509b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a74a02 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Merge remote-tracking branch 'origin/jen/reporter-error-templates-fix…

    …' into jen/reporter-error-templates-fix
    jennifer-shehane committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    0463f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f532e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d595d51 View commit details
    Browse the repository at this point in the history
  4. Update copy or modal to match 'file opener' preference wording.

    - Remove unused ‘Tooltip’ component
    jennifer-shehane committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3559abc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    818202b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    460bc0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d92b660 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d85ba7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e84653 View commit details
    Browse the repository at this point in the history
  10. improve error styles

    chrisbreiding committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    b3af68d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3765258 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b08fe2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27ec45f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1c1dea View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    7756637 View commit details
    Browse the repository at this point in the history
  2. update tests

    chrisbreiding committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4b4fe8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1170200 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    6c4c733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f57b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    299af5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703ceb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Jan 28, 2020

  1. Merge branch 'develop' into jen/reporter-error-templates-fix

    # Conflicts:
    #	packages/desktop-gui/src/project-nav/browsers.jsx
    #	packages/desktop-gui/webpack.config.ts
    #	packages/driver/src/cy/commands/connectors.coffee
    #	packages/runner/webpack.config.ts
    #	packages/ui-components/cypress.json
    #	packages/ui-components/cypress/support/test-entry.jsx
    #	packages/ui-components/cypress/support/test-entry.scss
    #	packages/ui-components/package.json
    #	packages/ui-components/src/index.jsx
    #	packages/ui-components/webpack.config.ts
    #	packages/web-config/webpack.config.base.ts
    jennifer-shehane committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    90c1429 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    41b1a5f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jen/reporter-error-templates-fix' of github.com:cypress…

    …-io/cypress into jen/reporter-error-templates-fix
    chrisbreiding committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3c44754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f0852c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. fix browser beta label

    chrisbreiding committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    03025e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ee660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78cb54b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    5f972b8 View commit details
    Browse the repository at this point in the history
  2. update yarn.lock

    chrisbreiding committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ea965a5 View commit details
    Browse the repository at this point in the history
  3. fix scss paths

    chrisbreiding committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    12e30cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e095e34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2dfb96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5660d19 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. fix error logging

    chrisbreiding committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d324389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff17e6 View commit details
    Browse the repository at this point in the history
  3. update combineMessageAndStack signature, fix issue, update tests to b…

    …e more robust cross-browser
    chrisbreiding committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b81bc3c View commit details
    Browse the repository at this point in the history
  4. fix reporter test

    chrisbreiding committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    25a9440 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    0631ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280fd4f View commit details
    Browse the repository at this point in the history
  3. remove unused method

    chrisbreiding committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d35b072 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

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

Commits on Mar 13, 2020

  1. Redesign and improve reporter error display (#6467)

    * redesign and improve reporter error display
    
    - add markdown support
    - collapse stacktrace
    - separate docs url and add link in reporter
    
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    
    * $utils -> $errUtils
    
    * derp
    
    * serializeError -> wrapErr
    
    * cloneErr -> makeErrFromObj
    
    * yarn.lock
    
    * fix unit tests
    
    * move err-model
    
    * fix styles
    
    * fix/improve error logging
    
    * fix non-converted bits
    
    * transfer missed changes
    
    * fix issues
    
    * remove obselete spec
    
    * make type test more reliable
    
    * use should, get retries
    
    * update snapshots
    
    * update e2e network error test
    
    * update more snapshots
    
    * update error whitespace
    
    * update snapshot
    
    * try something out
    
    * nevermind
    
    * fix tooltip
    
    * add some logging
    
    * remove whitespace
    
    * remove spying on window
    
    * update snapshot
    
    * fix test
    
    * update snapshot
    
    * fix merge: snapshot stacktraces
    
    * fix noStackTrace and update snapshot
    
    * update snapshot
    
    * fix yarn.lock
    
    * don't show diff if retrying an existence error
    
    * url -> URL
    
    * don't add newline after docs url and update a few snapshots
    
    * keep opening stack trace from collapsing test
    
    * remove unnecessary global cy reference
    
    * fix tests
    
    * put e2e timeout increase back in the right spot for exit: false
    
    * don't show diff when assertion contains an element
    
    also, keep mocha from messing up extracting error name when it includes a colon
    
    * use backticks for hook error title
    
    * fix appending error message when original message is falsy
    
    * don't show diff on existence failures
    
    * update snapshots
    
    * fix finish/done being called twice due to not returning
    
    * prevent error print button click from propagating
    
    * use correct error methods and remove need for workaround
    
    * create better abstraction around creating cypress error from path, refactor
    
    * fix throwErr and tests
    
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
    Co-authored-by: Brian Mann <brian.mann86@gmail.com>
    Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
    4 people committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    88673c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689bef0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    bdde7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba7bcd View commit details
    Browse the repository at this point in the history
  3. url -> URL

    chrisbreiding committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4faf36f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da604dd View commit details
    Browse the repository at this point in the history
  5. fix yarn.lock

    chrisbreiding committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e3d798b View commit details
    Browse the repository at this point in the history
  6. fix linting issues

    chrisbreiding committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    48f5b87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3342c8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2441bc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    485e060 View commit details
    Browse the repository at this point in the history
  2. fix typing issue

    chrisbreiding committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    364306b View commit details
    Browse the repository at this point in the history
  3. fix settings spec

    chrisbreiding committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7c2ce17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b177cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d44fb25 View commit details
    Browse the repository at this point in the history
  6. fix merge mistake

    chrisbreiding committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7f42fa3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ffc523 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dff316a View commit details
    Browse the repository at this point in the history
  9. fix integration test

    chrisbreiding committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    28a3728 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    1aabb55 View commit details
    Browse the repository at this point in the history
  2. fix errors ui tests

    chrisbreiding committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f202f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f4005 View commit details
    Browse the repository at this point in the history
  4. fix replacing stack

    chrisbreiding committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    b25d31a View commit details
    Browse the repository at this point in the history
  5. fix wrong method

    chrisbreiding committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    57034aa View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. fix tests

    chrisbreiding committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9db1b89 View commit details
    Browse the repository at this point in the history
  2. update snapshots

    chrisbreiding committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    57fd6f5 View commit details
    Browse the repository at this point in the history
  3. update more snapshots

    chrisbreiding committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a73d01d View commit details
    Browse the repository at this point in the history
  4. update snapshot

    chrisbreiding committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    64c44ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39b5c85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba284b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    4e8f627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7749f3b View commit details
    Browse the repository at this point in the history
  3. update snapshots

    chrisbreiding committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    87dbd48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2dc032 View commit details
    Browse the repository at this point in the history
  5. fix snapshot

    chrisbreiding committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    71806d4 View commit details
    Browse the repository at this point in the history
  6. fix cy.timeout(0)

    chrisbreiding committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ea94133 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1458138 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    5e573ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ef020 View commit details
    Browse the repository at this point in the history
  3. small refactor

    chrisbreiding committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    33c7b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5d3dcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7408dba View commit details
    Browse the repository at this point in the history
  6. update snapshots

    chrisbreiding committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e215738 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e8ffdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c5deed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a932b4 View commit details
    Browse the repository at this point in the history
  10. update snapshot

    chrisbreiding committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c02e87c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56e78f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

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

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    ceba463 View commit details
    Browse the repository at this point in the history
  2. yarn.lock has-binary2

    chrisbreiding committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    f4c747c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e5c204 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    2801d8f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jen/reporter-error-templates-fix' of github.com:cypress…

    …-io/cypress into jen/reporter-error-templates-fix
    chrisbreiding committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9f65887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b194b56 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. fix issues

    chrisbreiding committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    75d0be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d50814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    061e775 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    b983664 View commit details
    Browse the repository at this point in the history
  2. fix test

    chrisbreiding committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    6d45951 View commit details
    Browse the repository at this point in the history
  3. update snapshots

    chrisbreiding committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    886cd6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa5ac1 View commit details
    Browse the repository at this point in the history
  5. update snapshot

    chrisbreiding committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    600410f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd7d897 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. wip: wip

    chrisbreiding committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    95f13ea View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    594288a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821fd91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cad5f7 View commit details
    Browse the repository at this point in the history
  4. update snapshtos

    chrisbreiding committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6f9d5ae View commit details
    Browse the repository at this point in the history
  5. update snapshot

    chrisbreiding committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    57cafd5 View commit details
    Browse the repository at this point in the history
  6. fix test name

    chrisbreiding committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    68cb30f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc5c3f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    b03d6d3 View commit details
    Browse the repository at this point in the history
  2. remove redundant method

    chrisbreiding committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    cf4bb92 View commit details
    Browse the repository at this point in the history
  3. update snapshot

    chrisbreiding committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    cb66a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d89412c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6b5f8c View commit details
    Browse the repository at this point in the history
  6. fix test to have same error message between browsers

    chrome’s error before would be ({}).bar is not a function
    while firefox’s would be (intermediate value).bar is not a function
    chrisbreiding committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    219266a View commit details
    Browse the repository at this point in the history
  7. update tests

    chrisbreiding committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4fbc2c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

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

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    73e8119 View commit details
    Browse the repository at this point in the history
  2. refactor invocation stack replacement

    - rename some things
    - add support for chai validation errors
    - make tests less flaky (h1 -> #does-not-exist)
    - remove original error appending for now
    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9f835a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a0a160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693a951 View commit details
    Browse the repository at this point in the history
  5. fix copy-pasta error

    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c265d0b View commit details
    Browse the repository at this point in the history
  6. fix tests

    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    b061aa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e5e830 View commit details
    Browse the repository at this point in the history
  8. update snapshots

    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9d982f9 View commit details
    Browse the repository at this point in the history
  9. fix testing for stack

    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3e60a85 View commit details
    Browse the repository at this point in the history
  10. update snapshot

    chrisbreiding committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e9bfd78 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    d1b0af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3a9dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0a193 View commit details
    Browse the repository at this point in the history
  4. fix has-binary2

    chrisbreiding committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2ad8060 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    7a7c827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d00b0b View commit details
    Browse the repository at this point in the history
  3. update snapshots

    chrisbreiding committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a4638f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    18fc9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c83e3 View commit details
    Browse the repository at this point in the history
  3. fix function reference

    chrisbreiding committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    8c67bec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b53036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62690b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    693fbee View commit details
    Browse the repository at this point in the history
  7. make typescript happy

    chrisbreiding committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    dbe13a1 View commit details
    Browse the repository at this point in the history
  8. update snapshot

    chrisbreiding committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1f011f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    7ff5de2 View commit details
    Browse the repository at this point in the history
  2. fix tests

    chrisbreiding committed Apr 27, 2020
    1 Configuration menu
    Copy the full SHA
    dcf61f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef86211 View commit details
    Browse the repository at this point in the history
  4. fix test

    chrisbreiding committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c63d826 View commit details
    Browse the repository at this point in the history
  5. fix test

    chrisbreiding committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cd79d32 View commit details
    Browse the repository at this point in the history
  6. handle assert errors

    chrisbreiding committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d6f8da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    204b200 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    a9ea994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d8551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4236d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d1e160 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70620e6 View commit details
    Browse the repository at this point in the history
  6. put back the slice

    chrisbreiding committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4127ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    6734e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30139b6 View commit details
    Browse the repository at this point in the history
  3. update snapshots

    chrisbreiding committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4def2bb View commit details
    Browse the repository at this point in the history
  4. fix snapshot

    chrisbreiding committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    53356ed View commit details
    Browse the repository at this point in the history
  5. rename method

    chrisbreiding committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a7b2649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f9dc2f View commit details
    Browse the repository at this point in the history
  7. has-binary2

    chrisbreiding committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6dc10ff View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. fix e2e exit option

    chrisbreiding committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    74dc360 View commit details
    Browse the repository at this point in the history
  2. fix files controller

    chrisbreiding committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    83f93b4 View commit details
    Browse the repository at this point in the history
  3. fix integration test

    chrisbreiding committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    309560c View commit details
    Browse the repository at this point in the history
  4. fix iframe handling

    chrisbreiding committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    7f0a2e0 View commit details
    Browse the repository at this point in the history
  5. fix method stubbing

    chrisbreiding committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    2554870 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    e4ebb34 View commit details
    Browse the repository at this point in the history
  2. fix/improve prism plugin loading

    - make less brittle
    - remove vestigial file
    - increase languages supported
    chrisbreiding committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ce45e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b958a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5abafa7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Revert "use 4 spaces for e2e stack trace indentation"

    This reverts commit 5abafa7.
    chrisbreiding committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2c41a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19558f2 View commit details
    Browse the repository at this point in the history