Commit Graph

201 Commits

Author SHA1 Message Date
Michel Krämer
552d3a1c00 fix(react): link to rerender example (#19020)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2021-11-29 12:48:14 +10:00
Tim Griesser
d0cf250f57 refactor: remove @packages/desktop-gui (#19127)
* chore: Remove references to desktop-gui in CI & scripts

* More path updates

* Remove desktop-gui cypress tests

* remove add:project

* remove begin:auth

* remove close:browser

* remove close:project

* remove external:open

* remove get:current:user

* remove get:orgs

* remove gui:error

* remove get:runs

* remove get:options

* remove get:projects

* remove get:project:statuses

* remove get:project:status

* remove get:dashboard:projects

* remove get:record:keys

* remove get:release:notes

* remove get:specs

* remove get:user:editor

* remove set:user:editor

* remove launch:browser

* remove log:out

* remove on:focus:tests

* remove: on:menu:clicked

* remove open:file

* remove open:finder

* remove open:project

* remove on:config:changed

* remove on:spec:changed

* remove on:project:error

* remove on:project:warning

* remove ping:api:server

* remove ping:baseUrl

* remove remove:project

* remove request:access

* remove setup:dashboard:project

* remove set:project:id

* remove requestAccess

* remove show:directory:dialog

* remove show:new:spec:dialog

* remove updater:check

* remove updater:run

* remove window:open/close

* remove new:project:banner:closed

* remove has:opened:cypress

* remove remove:scaffolded:files

* remove set:clipboard:text

* remove set:prompt:shown

* ipc & static method cleanup

* remove packages/desktop-gui

* bump yarn.lock, standardize webpack version

* bump yarn.lock
2021-11-29 08:58:32 +10:00
Tim Griesser
7c339d41c8 Merge branch 'develop' into 10.0-release
* develop: (52 commits)
  feat: use hoisted yarn install in binary build (#17285)
  fix: compile npm packages for node 12 (#18989)
  fix: show call count even if `cy.stub().log(false)`. (#18907)
  chore: Update TypeScript to 4.4.4 (#18930)
  fix: wrap playground selectors in double quotes if not included (#18442)
  fix: flaky settings_spec test (#18979)
  chore: Update Chrome (stable) to 96.0.4664.45 (#18931)
  fix: Loading of specs with % in the filename (#18877)
  chore: refactor `create` into class `$Cy` (#18715)
  chore: Update Chrome (beta) to 96.0.4664.45 (#18891)
  fix: flaky `system-tests-firefox` job (#18848)
  chore: release @cypress/webpack-preprocessor-v5.10.0
  chore: release @cypress/vue-v3.0.5
  chore: release @cypress/schematic-v1.6.0
  chore: release create-cypress-tests-v1.2.0
  release 9.0.0
  feat: ensure major release
  have conduit app wait on localhost:3000
  fix install-required-node
  use --legacy-peer-deps
  ...
2021-11-20 16:03:53 -05:00
Tim Griesser
e4f5b106d4 feat: use hoisted yarn install in binary build (#17285) 2021-11-20 14:19:51 -05:00
Alejandro Estrada
2573375b5b feat: add devServer to config file (#18962) 2021-11-19 13:42:58 -05:00
Alejandro Estrada
bb8251b752 feat: Use plugins on config files (#18798)
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
2021-11-16 14:45:26 -05:00
Tim Griesser
e018a14c21 feat: Add typings for new devServer config (#18797) 2021-11-08 11:02:01 -05:00
Tim Griesser
6a9f5a1a41 Merge branch 'develop' into unified-desktop-gui
* develop: (40 commits)
  fix(driver): Sticky elements within a fixed container will not prevent an element from being scrolled to (#18441)
  chore: make `create` function on server.ts obsolete (#18615)
  docs: Add instructions to squash commits to develop in Contributing (#18728)
  fix(@cypress/react): throw if using Next.js swc-loader without nodeVersion=system (#18686)
  refactor: remove Ramda (#18723)
  chore: Increase paralleled machines for desktop-gui tests (#18725)
  chore: Update Chrome (stable) to 95.0.4638.69 (#18696)
  chore: release @cypress/vue-v3.0.4
  chore: release @cypress/react-v5.10.2
  chore: release @cypress/schematic-v1.5.3
  fix: remove outdated registry link (#18710)
  chore: release @cypress/schematic-v1.5.2
  chore: release create-cypress-tests-v1.1.3
  chore: Update Chrome (beta) to 96.0.4664.27 (#18676)
  chore(tests): Remove flaky assertion that relies on png how compression (#18668)
  fix: make sure to go back to no-specs when delete spec file (#17760)
  fix: Next.JS 12 components testing failing with ` TypeError: Cannot read property 'traceChild' of undefined` (#18648)
  Backport .gitignore from unified-desktop-gui
  chore(docs): add 'Upgrading Electron' instructions (#18594)
  release 8.7.0 [skip ci]
  ...
2021-11-02 21:35:26 -04:00
Alejandro Estrada
081dd19cc6 feat: Use .config files (#18578)
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
2021-11-02 10:24:39 -04:00
semantic-release-bot
4d9fb6c507 chore: release @cypress/react-v5.10.3
[skip ci]
2021-11-01 18:03:49 -04:00
Zachary Williams
d274a5b5d9 fix(@cypress/react): throw if using Next.js swc-loader without nodeVersion=system (#18686) 2021-11-01 13:04:42 -05:00
semantic-release-bot
514ebe58d5 chore: release @cypress/react-v5.10.2
[skip ci]
2021-10-29 18:54:40 -04:00
Zachary Williams
e2a869d2a9 fix: remove outdated registry link (#18710) 2021-10-29 18:28:37 -04:00
Pavlo Bilyk
cb0cbdf4c3 fix: Next.JS 12 components testing failing with TypeError: Cannot read property 'traceChild' of undefined (#18648) 2021-10-27 17:08:08 -05:00
Blue F
196e8f62cc feat: Deprecate run-ct / open-ct, and update all examples to use --ct instead (#18422)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-10-26 10:36:44 -04:00
Lachlan Miller
5754b2c480 merge in develop 2021-10-20 18:36:26 +10:00
Mohamed E
ea10795594 fix(cypress/react): disable react-refresh for craco setups (#18517)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-10-19 13:54:49 -05:00
Lachlan Miller
61c8f6bb28 merged in develop 2021-10-13 15:43:37 +10:00
Zachary Williams
745b3ac451 feat: index.html configurability and storybook support (#18242) 2021-10-08 13:16:30 -05:00
Lachlan Miller
db3e7b3aab chore: merge in develop to unified-desktop-gui (#18388)
* chore: merge in develop

* fix types
2021-10-07 17:29:14 +10:00
semantic-release-bot
cc680f89b2 chore: release @cypress/react-v5.10.1
[skip ci]
2021-10-04 13:03:21 -04:00
userquin
853a6f5a33 chore: fix initial installation on windows (#18241) 2021-09-25 14:34:37 -04:00
userquin
8614e97802 fix(unified-desktop-gui branch): initial installation on windows (#18247) 2021-09-25 14:18:17 -04:00
Zachary Williams
db6f9096bd fix: next trace error (#18189) 2021-09-24 12:53:29 -04:00
Lachlan Miller
8bda0a9d02 chore: merge in develop to unified-desktop-gui (#18103)
* merge in develop

* remove accidentally merged file

* update types
2021-09-15 16:24:28 +10:00
Zachary Williams
70c7c36781 fix: configure proper pages directory for next application (#18009)
* fix: find pages directory for next applications

* convert new files to typescript and add transpile step

* add tsconfig for plugins
2021-09-14 13:17:57 +10:00
semantic-release-bot
ea94e1be8b chore: release @cypress/react-v5.10.0
[skip ci]
2021-09-10 12:48:27 -04:00
Barthélémy Ledoux
da4b1e06ce feat: allow usage of @react/plugins with cypress.config.js (#17738) 2021-09-09 16:17:14 -05:00
Gleb Bahmutov
36be9ebea5 docs: restore author of react,vue,ng component testing (#16800)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-09-09 12:58:01 -05:00
semantic-release-bot
b9b276fc18 chore: release @cypress/react-v5.9.4
[skip ci]
2021-08-10 15:45:42 -04:00
Barthélémy Ledoux
ee7e203fa0 fix: do not throw when alt path is found in next (#17658)
close #17476
2021-08-10 02:09:50 -04:00
semantic-release-bot
ab35d0ffd8 chore: release @cypress/react-v5.9.3
[skip ci]
2021-08-03 17:14:17 -04:00
Barthélémy Ledoux
130c0864e7 fix: plugin for next 11.0.2 moved webpack-config (#17529)
closes #17519, #17476
2021-08-02 13:01:08 -05:00
semantic-release-bot
3054f063da chore: release @cypress/react-v5.9.2
[skip ci]
2021-07-20 13:33:36 -04:00
365kim
8717e74305 docs: Fix link to blog post (#17381)
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
2021-07-19 08:36:03 -05:00
Michel EDIGHOFFER
e40969abe3 fix: improve React mountHook type (#17241)
* feat(react) : improve mountHook types

* chore: Remove wrapping which causes test failing

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-07-12 17:45:43 +10:00
semantic-release-bot
5c9fb0bc34 chore: release @cypress/react-v5.9.1
[skip ci]
2021-06-04 13:50:36 -04:00
Lachlan Miller
03481703c9 fix(cypress/react): add default webpack config path (#16813)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-06-04 11:29:45 -05:00
Shunfang Lan
98fe58cce3 fix(npm/react): webpack config sample bug (#16737)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-06-04 09:22:28 -05:00
semantic-release-bot
9a6a62050e chore: release @cypress/react-v5.9.0
[skip ci]
2021-05-31 01:38:48 -04:00
Pavel Strunkin
c618d30f3d feat: react-scripts. allow parametrise webpack config path (#16644)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-28 17:01:33 +10:00
semantic-release-bot
bb1f1ccf22 chore: release @cypress/react-v5.8.1
[skip ci]
2021-05-26 18:29:41 -04:00
Zach Bloomquist
8099b64a99 Merge branch 'develop' 2021-05-24 16:18:59 -04:00
Adam Gastineau
c4aaa58744 chore: Normalized reporters between CI tasks (#16608) 2021-05-21 08:10:53 -07:00
semantic-release-bot
63a9bf9ee4 chore: release @cypress/react-v5.8.0
[skip ci]
2021-05-20 23:56:39 -04:00
Alasdair McLeay
75c753be0e feat: custom webpack config for react/plugins/babel (#16597)
* Allow babel loader options to be configurable

Allow babel loader options to be configurable to support running within a monorepo.

Fixes #16596

* new configuration option in cypress.schema.json

* Revert "new configuration option in cypress.schema.json"

This reverts commit 0a39322db7.

* support custom webpack configuration via config function

* fix linting issue

* Update getBabelWebpackConfig.js

* linting

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-21 11:51:16 +10:00
Adam Gastineau
fca9b9aeb0 fix: Prevent mount .wrap command appearing in log (#16585) 2021-05-19 07:37:07 -07:00
Lachlan Miller
a277e98dfd chore(npm/angular): migrate angular adapter to monorepo (#16434)
* chore: migrate angular adapter to monorepo

* fix: update angular tests to use @cypress/angular

* update snapshots

* update snapshots

* update params

* replace cypress-angular with @cypress/angular

* make angular private

* chore: deps

* remove git keep

* chore: update yarn.lock

* add test
2021-05-19 11:35:06 +10:00
Jennifer Shehane
a19009afee chore: Update package.json/readmes for npm packages to better find changelog (#16482) 2021-05-13 08:53:25 -05:00
semantic-release-bot
0539331728 chore: release @cypress/react-v5.7.0
[skip ci]
2021-05-12 04:21:07 -04:00