mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
c0ea9bdaa5
* fix: distribute files to machines for external contributors. (#22326) * fix: distribute files to machines for external contributors. * fix path * fix * fix glob * fix * fix glob pattern spec->cy. * fix * echo things. * test * use cd. * fix component tests. * test * test * fix * refactor * test distribut-step fix error fix fix test TEST * Revert "test distribut-step" This reverts commit15c36065ca. * Revert "refactor" This reverts commit21a8ad9211. * reduce flake by increasing viewport height Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> * fix: add baseUrl to TestConfigOverrides (#22445) Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> * handle white space when registering ts-node using --require * update test project * move config Co-authored-by: Kukhyeon Heo <sainthkh@naver.com> Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Ishan Madhusanka <ahtimadhusanka@gmail.com>
Migration Custom Config File Root Level
This is the "kitchen sink" of migrations. It has E2E and a custom config file which lives in the root of the project
The following migration steps will be used during this migration:
- automatic folder rename of cypress/integration to cypress/e2e
- manual file rename
- rename support
- update config file
- [] setup component testing