Commit Graph

12990 Commits

Author SHA1 Message Date
Ben Kucera
4f385417b6 chore: typescript spec fixes, bind Cypress.$ (#7580)
* apply chunk: typescript spec fixes, bind Cypress.$

* fix stop-only

* fix stop-only 2

* extend the jqueryProxyFn in the constructor

* remove experimental code

* use the default ts export

* use the default ts export for .js files too

Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2020-06-03 18:39:46 -04:00
Ben Kucera
9bf11b6408 fix flake: waiting_spec, xhr_spec, timers_spec (#7556) 2020-06-03 13:32:17 -04:00
Ben Kucera
f93f46cde8 fix typedefs for cy.screenshot options, Cypress.log (#7445) 2020-06-03 12:26:59 -04:00
Gleb Bahmutov
3b40f74d86 internal: add env variable to force scaffolding (#7558) 2020-06-03 09:54:19 -04:00
Zach Bloomquist
fbb6c425ac fix(rewriter): make workers self-exit to avoid SIGABRTs (#7572) 2020-06-03 09:16:15 -04:00
renovate[bot]
bdcfe42f79 chore(deps): Update dependency @percy/cypress to version 2.3.1 🌟 (#7550)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-02 21:30:34 +06:30
Chris Breiding
76d96a18d4 Fix loading mappings.wasm on authenticated URLs (#7555) 2020-06-02 14:01:00 +06:30
Jennifer Shehane
33207aab9f Pin dependencies that were not pinned (#7549)
* Pin dependencies that were not pinned

* yarn lock
2020-06-02 12:44:11 +06:30
Zach Panzarino
095ec75eb0 Fix issue where cy.wrap does not respect timeout option (#7284)
* Testing remove all

* Add functionality to wrap's timeout option

* Fix issues with assertions and promise time outs

* cleanup, modify error message

* update error msg

* fix test after error msg correction

* restore coffee changes

* fix after merge: modify decaffed files

* Fix error messages and update tests

Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-06-01 19:12:40 -04:00
Chris Breiding
a074302e40 Add better handling for errors thrown in fail handler (#7513) 2020-06-01 15:27:41 -04:00
Zach Panzarino
e9143405ca Fix bug where a click on a wrapped inline element would miss (#7344) 2020-06-01 12:11:23 -04:00
renovate[bot]
713eec44eb chore(deps): Update dependency cypress-example-kitchensink to version 1.11.0 🌟 (#7282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-01 11:33:01 -04:00
Chris Breiding
7a8b58fa2f Fix "Cannot read property '__error' of null" error (#7534) 2020-06-01 15:08:19 +06:30
Chris Breiding
be6dccb7bb fix handling of utf-8 characters when decoding source map base64 string (#7537)
* fix handling of utf-8 characters when decoding source map base64 string

* move base64 methods into driver utils, add tests

* remove obselete test
2020-06-01 14:56:28 +06:30
Zach Panzarino
456912e268 Small UI fixes (#7543) 2020-06-01 14:38:47 +06:30
Jennifer Shehane
0c5514f390 Fix focus style on Desktop-GUI nav for Support/Doc links (#7492) 2020-06-01 14:33:48 +06:30
Zach Bloomquist
b23ecdfb77 fix: remove word breaks in error locations (#7540) 2020-06-01 14:24:54 +06:30
Jennifer Shehane
d2c38d7ea9 Downgrade react and react-dom to 16.8.6 (#7525)
* downgrade react and react-dom to 16.8.6

* Downgrade react/react-dom in all packages since react can't handle multiple versions installed.
2020-05-30 07:52:41 +06:30
Ben Kucera
17cd8c14a5 remove duplicated spec file from decaffeinate (#7535) 2020-05-29 10:42:04 -04:00
Ben Kucera
f6613bd6fc fix typedefs: add taskTimeout to cypress config (#7521) 2020-05-29 10:14:25 -04:00
Zach Panzarino
aecd376a14 Update browser not supported message (#7375) 2020-05-29 10:09:22 +06:30
Zach Bloomquist
c68f2742f7 chore(driver): remove dead code in cy.visit (#7517) 2020-05-28 14:27:42 -04:00
Ben Kucera
9ca6ce25d0 fix rerun before/after hooks on navigation [remerge] (#7154)
Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2020-05-28 11:18:14 -04:00
Chris Breiding
5ac8c72f1f Improve code frame file path design (#7502) 2020-05-27 22:35:34 -04:00
Chris Breiding
eaf3f632e0 Improvements to deploy doc (#7505)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-05-27 22:09:16 -04:00
Ben Kucera
50cdd67a76 remove Cypress object proxying related code for certain utils (#7486) 2020-05-27 15:39:29 -04:00
Ben Kucera
c392ac82fd [internal] fix flake: bump interval for 5_spec_isolation (#7504) 2020-05-27 14:39:26 -04:00
Jennifer Shehane
021e239bf5 Fix flaky internal Firefox test - expected 'assert' to equal 'invoke' (#7495) 2020-05-27 14:03:13 -04:00
Gleb Bahmutov
7591baa9eb fix: load TS plugins and support files (#7463)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-05-27 10:38:33 -04:00
Jennifer Shehane
891c759ec0 Merge pull request #7430 from sainthkh/decaff-driver-8 2020-05-27 17:15:43 +06:30
KHeo
2a3a472fd4 decaffeinate: Run post-processing cleanups on error_messages.coffee and 10 other files 2020-05-27 16:26:20 +09:00
decaffeinate
75a1d3c265 decaffeinate: Convert error_messages.coffee and 10 other files to JS 2020-05-27 16:13:22 +09:00
decaffeinate
5e43991265 decaffeinate: Rename error_messages.coffee and 10 other files from .coffee to .js 2020-05-27 16:12:28 +09:00
Zach Panzarino
1f0bc2a909 Update PR template type definitions link (#7489) 2020-05-27 09:40:19 +06:30
Zach Panzarino
9f97f72e1f Fix back to tests button (#7425) 2020-05-27 09:35:21 +06:30
Zach Panzarino
3420a550a0 Resume a test with keyboard shortcut when paused (#7266) 2020-05-26 19:55:02 -04:00
Chris Breiding
f986239f25 release 4.7.0 [skip ci] v4.7.0 2020-05-26 19:47:13 -04:00
Chris Breiding
478e1d2361 Fix source map extraction hanging (#7485) 2020-05-26 15:58:10 -04:00
Hossam Magdy
071c5c74c6 feat(driver): Add support for encoding option in cy.request() (#7382) 2020-05-26 15:13:32 -04:00
renovate[bot]
b7eec83655 chore(deps): Update dependency electron-builder to version 22.6.1 🌟 (#7429) 2020-05-26 13:00:09 -04:00
Jennifer Shehane
caaca9f951 Revert "Fix long error in the app iframe cannot be fully scrolled (#7203)" (#7448)
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2020-05-26 21:02:09 +06:30
Zach Panzarino
51127df4dd Update error message when pluginsFile does not export a function (#7381) 2020-05-26 15:29:35 +06:30
Chris Breiding
04169342e4 Fix flaky e2e plugins test (#7444) 2020-05-21 10:49:12 -04:00
Gleb Bahmutov
dc202b747e test types against awesome-ts-loader repo (#7415) 2020-05-21 08:26:20 -04:00
Zach Bloomquist
83856c3ed6 release 4.6.0 [skip ci] v4.6.0 2020-05-20 13:48:45 -04:00
renovate[bot]
68ec0bb8a0 chore(deps): Update dependency cypress-multi-reporters to version 1.4.0 🌟 (#7431) 2020-05-20 15:23:52 +06:30
Jennifer Shehane
208b01cb1f Add note to contributing about yarn bug + instructions for adding on links (#7384) 2020-05-20 10:55:13 +06:30
Chris Breiding
a3fbab0fc8 Handle webpack protocol file opening (#7296)
Co-authored-by: Brian Mann <brian.mann86@gmail.com>
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
2020-05-19 13:59:09 -04:00
Zach Bloomquist
82fcae5754 chore(tests): only run 1 e2e test with forced SameSite support (#7399) 2020-05-19 12:27:11 -04:00
Zach Bloomquist
96c551cecf fix(rewriter): rewrite accesses to document.location (#7418) 2020-05-19 12:26:40 -04:00