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: component testing #14479

Merged
merged 511 commits into from
Feb 4, 2021
Merged

feat: component testing #14479

merged 511 commits into from
Feb 4, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 5, 2021

  1. convert packages socket -> ts, upgrade socket.io to 3.x.x

    - TODO: need to fix our custom circular parser to work with socket.io
    engine 3.x.x
    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    4240232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39cd18a View commit details
    Browse the repository at this point in the history
  3. finished consolidating and refactoring socket-base, socket-e2e, and s…

    …ocket-ct
    
    - move all reusable logic into socket-base, only split out what is
    different in each socket class
    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    342b05c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ff21b9 View commit details
    Browse the repository at this point in the history
  5. remove custom parser

    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b73871d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba598b View commit details
    Browse the repository at this point in the history
  7. types: fix types (#14401)

    * types: fix types
    
    * types: use target es6
    
    * types: use Promise for async/await
    
    * types: lint
    lmiller1990 authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    116fdf2 View commit details
    Browse the repository at this point in the history
  8. fix: add xhrs

    lmiller1990 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    f4f07df View commit details
    Browse the repository at this point in the history
  9. wip: work on linting

    lmiller1990 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a58228a View commit details
    Browse the repository at this point in the history
  10. chore: linting

    lmiller1990 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    50fce54 View commit details
    Browse the repository at this point in the history
  11. convert lib/automation into typescript

    - add middleware interfaces
    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    93a8085 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca0a7d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97c3dbf View commit details
    Browse the repository at this point in the history
  14. let -> const

    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    70d7dd2 View commit details
    Browse the repository at this point in the history
  15. create ensureProp class helper to validate that properties are available

    - provide good error reason as to why the property isn’t yet available
    - use TS generics for proper type autocompletion
    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ef7dc68 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2192d3f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0be806f View commit details
    Browse the repository at this point in the history
  18. consolidate createRoutes

    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5e26100 View commit details
    Browse the repository at this point in the history
  19. add ts-no-check again

    brian-mann committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7e6d19f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    57208ef View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    16ed422 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    86b4503 View commit details
    Browse the repository at this point in the history
  2. dont use it.only

    brian-mann committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2113d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277088a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9951ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e03f2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94d561c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e61d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9f432e View commit details
    Browse the repository at this point in the history
  9. tests: fix some tests

    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    54c9e14 View commit details
    Browse the repository at this point in the history
  10. set opts if undefined

    brian-mann committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    9b103b9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c8a287b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81971a4 View commit details
    Browse the repository at this point in the history
  13. werge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fae3624 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa03dd1 View commit details
    Browse the repository at this point in the history
  15. add cy.intercept() tests

    brian-mann committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1fe4149 View commit details
    Browse the repository at this point in the history
  16. export alias

    brian-mann committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    65dce64 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f06c62 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    55b63e0 View commit details
    Browse the repository at this point in the history
  19. fix function name typo

    brian-mann committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ec0277b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f2de406 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e1972a3 View commit details
    Browse the repository at this point in the history
  22. fix: linting

    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    bc2adc8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2a751b6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57dbd98 View commit details
    Browse the repository at this point in the history
  25. tests: fix cookie test

    lmiller1990 committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8922969 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    f974e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a6148 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    JessicaSachs committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7a21e50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7420d1 View commit details
    Browse the repository at this point in the history
  5. nohoist

    flotwig committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    364a59a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ce67d3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    lmiller1990 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5925215 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6158393 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    JessicaSachs committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    e30dd07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a49c1f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'spike/evergreen-automation-apis' of github.com:cypress-…

    …io/cypress into spike/evergreen-automation-apis
    lmiller1990 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    f4a9852 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4090c50 View commit details
    Browse the repository at this point in the history
  13. update isBuf to is-binary

    flotwig committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d0d8935 View commit details
    Browse the repository at this point in the history
  14. tests: spy correct prop

    lmiller1990 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    866d25d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58433a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    43029e3 View commit details
    Browse the repository at this point in the history
  17. fix: types of screenshot

    lmiller1990 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    63b9f59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c76ce37 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dd3f870 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    16c1e0f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3dba316 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df4ad93 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c40ebc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    446a6d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8dd988d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. types: fix some types (#14460)

    * types: fix some types
    
    * types: complete spec type and add extended internal config interface
    
    * types: add RunMode type
    
    * types: add types for promisified fs-extra
    
    * types: correctly include Cypress global for tsx
    
    * types: ts-ignore until figuring out the problem with Error
    
    * chore: do not use default export from fs for better js->ts integration
    
    * types: change export
    
    * chore: destructure fs import
    
    * chore: update imports
    
    * chore: fs imports
    lmiller1990 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    496fdd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    f6271f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a6de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29d2d9 View commit details
    Browse the repository at this point in the history
  4. add test-e2e terminals task

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    90bd098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    046f2b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4274d3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    384fc73 View commit details
    Browse the repository at this point in the history
  8. fixes types of deps

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4d6c985 View commit details
    Browse the repository at this point in the history
  9. correctly import fs utils

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e221420 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5b191e View commit details
    Browse the repository at this point in the history
  11. properly nohoist babel-loader + ts-loader, and remove unnecessary /[r…

    …oot] snapshot hack
    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0652d7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67f423b View commit details
    Browse the repository at this point in the history
  13. add a bunch of missing deps

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    97c7eb4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    78f6276 View commit details
    Browse the repository at this point in the history
  15. build tsc

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    1a9ef9e View commit details
    Browse the repository at this point in the history
  16. make sure to build with tsc

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    650bc34 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13356c2 View commit details
    Browse the repository at this point in the history
  18. build the .js files for prod

    brian-mann authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d953c06 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a8b6c14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b57282 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    82bca03 View commit details
    Browse the repository at this point in the history
  22. correct fs import

    lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ea18aee View commit details
    Browse the repository at this point in the history
  23. Fix socket hang up

    dmtrKovalenko authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    369d453 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5397cfc View commit details
    Browse the repository at this point in the history
  25. Merge in socket hangup fix

    dmtrKovalenko authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    cf71c31 View commit details
    Browse the repository at this point in the history
  26. Apply codereview points

    dmtrKovalenko authored and lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0f646ab View commit details
    Browse the repository at this point in the history
  27. rebuild yarn.lock

    lmiller1990 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    eecf1f0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a8f5206 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e00f081 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c8ceaa1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9cba5ca View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    1bfb613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3237f7 View commit details
    Browse the repository at this point in the history
  3. chore: add max width

    lmiller1990 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    cf5fd53 View commit details
    Browse the repository at this point in the history
  4. modified socket.io parser patches, removed custom handling of circula…

    …r binary data parsing
    
    - the custom code was twice calling CircularJSON.stringify()
    - this lead to malformed encoded data, which was not parseable
    - added tests in socket_spec for handling binary + circular refs
    brian-mann committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ee8fbd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2a001d View commit details
    Browse the repository at this point in the history
  6. Update npm-react tests to run via CLI and use Xvfb

    Previously, these tests were failing because, in CI, Xvfb is required to run Chrome, and these tests do not run via the CLI. Normally the CLI starts Xvfb.
    
    Updated to route the tests via the CLI via a `--run-project` option on `open-ct`. I'm assuming there will be a `run-ct` command eventually? But this works for now.
    flotwig committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3ea6d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6467faf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6df66a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8152b3c View commit details
    Browse the repository at this point in the history
  10. chore: removing an uncaught viewportWidth from react tests, xdescribe…

    … css files as strings api
    JessicaSachs committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5d385de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a10cdf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    2d30ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8803e6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    692f218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3fa6ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a5e8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14545 from cypress-io/chore/fix-ct-react

    Fixing outstanding react tests for component testing
    lmiller1990 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1d4cbcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fceac8 View commit details
    Browse the repository at this point in the history
  8. refactor: take feedback on multiple fronts

    - support => supportFiles
    - Send promise factories instead of promises to avoid race conditions
    - strict up the typings
    elevatebart committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2d17b55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29ba8ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffe6391 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cec8949 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f7d09e View commit details
    Browse the repository at this point in the history
  13. chore: fix whitespace and spelling error

    Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
    lmiller1990 and JessicaSachs authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    16e2a8e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #14546 from cypress-io/ct-174-overlay

    chore: better error overlay for component testing
    lmiller1990 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3aac39a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #14547 from cypress-io/default-component-testing-v…

    …iewport
    
    fix: default component testing viewport
    lmiller1990 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    fb8e71c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #14516 from cypress-io/fix/evergreens-warnings

    fix: remove two annoying react warnings
    lmiller1990 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    15a591f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #14570 from cypress-io/fix/evergreen-exit

    fix: when quitting chrome exit the process
    lmiller1990 authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    17b8f13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    053ff82 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    4830084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5acf6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557e219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b33bd27 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14515 from cypress-io/fix/evergreen-support-files

    fix(component-testing): bring back support for support files
    elevatebart authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    aa6c191 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Update packages/server/lib/modes/run.js

    Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
    lmiller1990 and elevatebart authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a3c270c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    739a9e1 View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflicts

    lmiller1990 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    8e5a5db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a2361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b56847 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    844ed86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18e9b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fcb5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    865a7ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af0efce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff6cb54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a9bd83 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. feat(component-testing): Move hmr stuff to the server (#14634)

    * [WIP] Webpack client direct hmr
    
    * Move cypress-hmr to server side
    
    * Remove frontend-based hmr client
    
    * Apply code review points
    
    * Try to fix error displaying
    
    * Fix errors displaygin
    dmtrKovalenko authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9292b9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14517 from cypress-io/ct-runner-style

    chore: tweak style to match mock up
    lmiller1990 authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3cb2d05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14576 from cypress-io/ct/viewport-aut-resize-ct-192

    fix(component-testing): Update AUT coordinates when resizing
    lmiller1990 authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3bb72f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77cd12e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. chore: fix tests

    lmiller1990 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    869d727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec87901 View commit details
    Browse the repository at this point in the history
  3. chore: simplify modes

    lmiller1990 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1b1d390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60de7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5b613e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18f827a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14579 from cypress-io/exit-mode-ct-run-mode

    fix(component-testing): exit process after run mode is completed
    lmiller1990 authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bc467c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7556e80 View commit details
    Browse the repository at this point in the history
  9. wip: fixing css

    lmiller1990 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0e3d7fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86809cb View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    9526eaf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06cebd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c09d22 View commit details
    Browse the repository at this point in the history
  14. fix: simplify fix

    elevatebart committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    fd1af0c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49a5725 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4a9746 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    6c02435 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14575 from cypress-io/remove-webpack-magic-ct-198

    feat(component-testing): support passing a webpack config path
    lmiller1990 authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e7e859a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ece880 View commit details
    Browse the repository at this point in the history
  4. chore: remove xdescribes

    lmiller1990 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    90b7cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb3b6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91235b3 View commit details
    Browse the repository at this point in the history
  7. fix: error in tests

    elevatebart committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0a9ea0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53788be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fe1cfe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c27778e View commit details
    Browse the repository at this point in the history
  11. chore: update yarn lock

    elevatebart committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ab55e83 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    157fb5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be19591 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cad9ffe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    843acde View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bdcb781 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d6e185a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    79afc81 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request #14680 from cypress-io/ct/remove-x-describes

    chore: remove xdescribes from component testing projects
    lmiller1990 authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    589b18c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14665 from cypress-io/fix/evergreen-viewport

    fix(component-testing): avoid cy.viewport failures of invariant
    elevatebart authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e8c34b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

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

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    3cbe96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50be1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e8036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4ce51 View commit details
    Browse the repository at this point in the history
  5. chore: remove old files

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b5509a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e809a2 View commit details
    Browse the repository at this point in the history
  7. refactor: update imports

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    da6c14d View commit details
    Browse the repository at this point in the history
  8. chore: remove examples

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1da7661 View commit details
    Browse the repository at this point in the history
  9. chore: lint

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    64d4150 View commit details
    Browse the repository at this point in the history
  10. chore: lint

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    655470f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    454983c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13ffdb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28ec7f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e598532 View commit details
    Browse the repository at this point in the history
  15. chore: remove only

    lmiller1990 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    def25e4 View commit details
    Browse the repository at this point in the history
  16. yarn lock whoops

    JessicaSachs committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d2c78b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. chore: merge in develop

    lmiller1990 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5eaeb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89da7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be688e7 View commit details
    Browse the repository at this point in the history
  4. merge commit

    JessicaSachs committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    6d3f975 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. fix viewport styling

    JessicaSachs committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d4a888d View commit details
    Browse the repository at this point in the history
  2. fix align for specs list container grid when there aren't enough spec…

    …s to overflow the container
    JessicaSachs committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c99a703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    286b033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c39d84b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14759 from cypress-io/feat/viewport-restyling

    fix: viewport styling and specs list show/hide
    lmiller1990 authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    13941fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb9127e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3eb6f14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60158a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5595fed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23b8a6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5f021d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    af0a9fd View commit details
    Browse the repository at this point in the history
  2. various fixes

    elevatebart committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    e8e8562 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request #14820 from cypress-io/chore/error-if-plugins-not-…

    …registered
    
    chore: add comprehensive error message if dev-server is not registered
    lmiller1990 authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0842a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51f897 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    cdc76d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14828 from cypress-io/chore/evergreen-lit-fix

    Chore/evergreen lit fix
    lmiller1990 authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c4b4e23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cad4b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d3c985 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14815 from cypress-io/add-tests-webpack-dev-server

    tests: Add tests webpack dev server
    lmiller1990 authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    81b9ad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb8b38 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/component-testing' of github.com:cypress-io/cypres…

    …s into feat/component-testing
    lmiller1990 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b0f324b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df2586d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4194523 View commit details
    Browse the repository at this point in the history
  10. align typings

    elevatebart committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    096afaa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. remove extraneous column

    elevatebart committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f20ab91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ec906 View commit details
    Browse the repository at this point in the history
  3. type http server

    elevatebart committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    5b94d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1644b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14855 from cypress-io/feat/evergreen-typings

    fix(component-testing): start dev server event typings
    elevatebart authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6dfaa23 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    3ccbb91 View commit details
    Browse the repository at this point in the history
  2. add binary build to branch

    kuceb committed Feb 3, 2021
    2 Configuration menu
    Copy the full SHA
    b76b8d6 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    cbcf0d4 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    b67831b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. chore: update yarn.lock

    lmiller1990 committed Feb 4, 2021
    2 Configuration menu
    Copy the full SHA
    d84e4e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4cfdf View commit details
    Browse the repository at this point in the history
  3. updating package-lock

    JessicaSachs committed Feb 4, 2021
    1 Configuration menu
    Copy the full SHA
    eabd354 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    8e9261e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8250779 View commit details
    Browse the repository at this point in the history
  6. syntax error

    JessicaSachs committed Feb 4, 2021
    2 Configuration menu
    Copy the full SHA
    5ef3d13 View commit details
    Browse the repository at this point in the history