renovate[bot]
9bf8bf2212
fix(deps): update dependency @cypress/request to v2.88.10 🌟 ( #19099 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com >
Co-authored-by: Zach Bloomquist <git@chary.us >
2021-11-29 13:59:18 -05:00
Tim Griesser
e4f5b106d4
feat: use hoisted yarn install in binary build ( #17285 )
2021-11-20 14:19:51 -05:00
Chris Breiding
869feeaa4c
feat: ensure major release
...
BREAKING CHANGE: major releases needs a commit like this that changes the cli or something in packages/
2021-11-10 15:24:49 -05:00
renovate[bot]
3095d733e9
feat(deps): update dependency electron to v15 🌟 ( #18317 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Zach Bloomquist <git@chary.us >
Co-authored-by: David Munechika <davidam1203@gmail.com >
2021-11-09 20:52:17 +00:00
Emily Rohrbough
99c8d466c8
feat: create config package for config validation ( #18589 )
2021-11-09 13:19:05 -06:00
Matt Henkes
cb7f530320
feat: Node version schema update ( #18796 )
...
* Update Schema
* update to mark as deprecated and restore the default.
2021-11-05 11:04:12 -07:00
Matt Henkes
82429c0027
feat: Defaulting nodeVersion to system ( #18732 )
...
* Defaulting nodeVersion to system
* try to fix system test
* Rename arg parameters, fix system test in a much better way.
* remove invalid comment
* Add deprecation warning for the nodeVersion config.
* Remove default value to avoid warning regardless of the presence of `nodeVersion`
* More tests fixes 😅
* Updates to deprecation message
* update node version in deprecation notice.
* flex config file name that we tell consumers to update
* simplify validateNoBreakingConfig options
2021-11-04 11:45:25 -07:00
Jennifer Shehane
0273f3ebae
Merge branch 'develop' into 9.0-release
2021-11-01 11:58:55 -06:00
Tim Griesser
c0d781d28f
refactor: remove Ramda ( #18723 )
2021-11-01 13:37:33 -04:00
Emily Rohrbough
e396956534
feat: remove windows 32-bit support ( #18630 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
Co-authored-by: Zach Bloomquist <git@chary.us >
2021-10-29 08:54:02 -05:00
Emily Rohrbough
e16e5b9906
Merge branch 'develop' into 9.0-release
2021-10-28 09:32:27 -05:00
Jennifer Shehane
f6aea2db2b
Merge branch 'develop' into 9.0-release
2021-10-25 17:55:31 -05:00
BlueWinds
96aaac37f1
Merge remote-tracking branch 'origin/develop' into issue-1558-null-encoding-for-binary-files
2021-10-25 12:18:38 -07:00
Blue F
776b7301fd
feat: Add 'slowTestThreshold' and fix this.slow() inside specs ( #18496 )
...
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2021-10-25 14:49:32 -04:00
BlueWinds
798755813f
Add 'null' encoding for fixtures, comment code more
2021-10-19 11:59:08 -07:00
Zach Bloomquist
8dc75d1fd8
Merge branch 'develop' into 9.0-release
2021-10-15 16:46:29 +00:00
BlueWinds
ec7ee74686
Revert "Merge pull request #18371 from cypress-io/issue-447-configure-slow-test-threshold"
...
This reverts commit f919bfbb85 , reversing
changes made to 0f201fec6d .
2021-10-15 08:50:04 -07:00
Blue F
f919bfbb85
Merge pull request #18371 from cypress-io/issue-447-configure-slow-test-threshold
...
feat: Add 'slowTestThreshold' and fix `this.slow()` inside specs
2021-10-14 10:21:26 -07:00
Kukhyeon Heo
af472b6419
fix: revive type checker ( #18172 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
2021-10-13 23:51:38 +00:00
BlueWinds
c504a11439
Update default slowTestThreshold to vary for testingTypes, add system test
2021-10-13 12:13:18 -07:00
BlueWinds
53c2328da8
Rework how slowTestThreshold / _slow are passed around
2021-10-12 13:18:19 -07:00
BlueWinds
aacfc28639
Review feedback, standardizing all docs about slowTestThreshold to use same verbage
2021-10-07 09:20:54 -07:00
0xflotus
e9188669da
fix: fixed title ( #18370 )
2021-10-07 09:31:16 -05:00
Zach Bloomquist
0f201fec6d
Merge branch 'develop' into 9.0-release
2021-10-06 21:55:30 +00:00
BlueWinds
203072fae7
Rename slow to slowTestThreshold; Remove --slow command line option; Change to 10000ms default
2021-10-06 10:35:19 -07:00
BlueWinds
1ff421fc71
Add 'slow' option to configure slow test threshold
2021-10-05 14:51:10 -07:00
Barthélémy Ledoux
7cca9b713a
feat: add defineConfig function to help type config ( #18302 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
2021-10-05 10:44:50 -05:00
David Munechika
0e7d882a53
feat(driver): Add "overwrite" option to cy.screenshot() ( #18280 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2021-09-30 11:26:59 -04:00
David Munechika
a5356b8f11
feat(driver): add select by index ( #18201 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
Co-authored-by: Zach Bloomquist <github@chary.us >
2021-09-24 16:13:22 -04:00
Jennifer Shehane
61e0444a22
Merge branch develop into 9.0-release
2021-09-23 14:01:52 -05:00
Arne Westphal
8249d2ee0c
fix(cli): Respect NO_PROXY on cypress download ( #17702 )
...
Co-authored-by: Zach Bloomquist <git@chary.us >
2021-09-20 18:25:54 +00:00
Lachlan Miller
ec4748ca2d
return all specs from findSpecs, improve types
2021-09-16 16:32:34 +10:00
Lachlan Miller
5955544fc0
chore(server): share common routes ( #18055 )
2021-09-13 09:09:56 -04:00
Barthélémy Ledoux
2c298fcc58
Merge branch 'develop' into da4b1e06ce-master-into-develop
2021-09-09 16:19:10 -05: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
Cesar
790e7b2bdb
fix: add missing clientCertificate type to ResolvedConfigOptions ( #18028 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-09-09 14:01:49 -04:00
Kukhyeon Heo
94c028db81
feat: add decode option to cy.url ( #17930 )
2021-08-31 11:37:49 -04:00
kotmatpockuh
2a80c137d9
fix(types): Update title method options type ( #17781 )
...
Add Timeoutable option to `title` method
2021-08-23 10:36:06 -04:00
renovate[bot]
757a088828
fix(deps): update dependency @cypress/request to v2.88.6 🌟 ( #17813 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-23 08:21:48 -05:00
Jordan McDonough
6a0d9e43d7
fix: Add Timeoutable to cy.document function typing ( #17706 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-08-17 16:40:56 -04:00
Remco Haszing
bfa8347fa1
feat: infer argument types in command implementations ( #17496 )
...
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com >
2021-08-10 09:08:17 -04:00
Ben Kucera
6f32561d6f
feat: add session support ( #14350 )
2021-08-04 10:23:45 -04:00
Zach Bloomquist
2454c19afb
feat: proxy logging ( #16730 )
...
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2021-08-02 21:10:19 +00:00
Ben Kucera
70e9c0f9cb
feat: add Cypress.currentTest ( #16652 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-08-02 15:05:23 -05:00
Zach Bloomquist
209efa433d
fix: use process.geteuid and catch uid errors in file util ( #17488 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-07-30 16:05:17 +00:00
Zach Bloomquist
a5305de5e4
fix(types): update cy.shadow docs url ( #17506 )
2021-07-29 09:12:13 -05:00
Lachlan Miller
257ff95dcb
chore: change ct -> component, projectType -> testingType everywhere for consistency ( #17461 )
...
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
2021-07-26 11:11:56 -05:00
Jennifer Shehane
f33c589346
Update npm README to remove notice about Node version 10. ( #17431 )
2021-07-23 08:39:23 -05:00
Michael Luo
74ada1157c
fix: add yarn v2 pnp support to default webpack processor ( #17335 )
2021-07-21 20:06:28 +00:00
Ben Kucera
8a4848837a
fix(breaking_change): default to headless and 1280x720 for cypress run in all browsers ( #17309 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-07-19 11:18:52 -05:00