Zach Bloomquist
3c286177cc
fix: use unique install cache folders for betas ( #20296 )
2022-03-04 22:22:39 +00:00
Tim Griesser
f0f9786ad0
chore: fix ExpectType assertions ( #20395 )
...
* chore: fix assertions
* fix ExpectType for config.baseUrl
2022-02-28 13:01:04 -05:00
Zach Bloomquist
ffd3627e43
test: migrate module_api to system tests ( #20265 )
...
Co-authored-by: Ryan Manuel <ryanm@cypress.io >
2022-02-25 23:12:05 +00:00
Jess
6ea3a8cb06
chore: fixing m1 installation issues for m1 macs ( #20345 )
2022-02-23 18:36:59 -05:00
Snyk bot
52ed6edcf3
chore(deps): Security upgrade shelljs to 0.8.5 ( #19685 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
Co-authored-by: Emily Rohrbough <emilyrohrbough@yahoo.com >
2022-02-08 10:38:29 -06:00
Emily Rohrbough
17f272e9ee
chore: fix cypress npm package artifact upload path ( #20023 )
2022-02-04 12:00:08 -06:00
Emily Rohrbough
99f24863a2
fix: move node 17 Check from Binary to CLI ( #19977 )
2022-01-31 12:03:36 -06:00
Blue F
b16553ec70
feat: Add mimeType support; Improve TypedArray support ( #19794 )
...
* Add mimeType support; Improve ArrayBuffer support
2022-01-21 10:23:59 -08:00
Juan Julián Merelo Guervós
21cc95b8c4
chore: url → Eliminate obsolete "url" library from the cli subpackage ( #19695 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2022-01-20 10:22:28 -06:00
Harles-Herman Pilter
2685f82663
feat: env to use path params in download url ( #19526 )
...
* feat: env to use path params in download url
* feat: change env to url template
* feat: fix snapshot
Co-authored-by: Matt Henkes <mjhenkes@gmail.com >
2022-01-18 08:07:52 -08:00
Blue F
3809cd4d37
feat: cy.selectFile() ( #19332 ) ( #19524 )
2022-01-14 10:37:29 -06:00
Pascal Gafner
576519e465
fix: use util.getEnv to handle environment variables set with npm ( #19560 )
...
Co-authored-by: Matt Henkes <mjhenkes@gmail.com >
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2022-01-12 08:52:26 -06:00
Kukhyeon Heo
ea531b7840
chore: remove pkg/driver //@ts-nocheck part 2 ( #19483 )
...
* listeners.ts
* chainer.ts
* command.ts
* actionability.ts
* inspect.ts
* agents.ts
* aliasing.ts
* angular.ts
* asserting.ts
* clock.ts files
* commands.ts
* debugging.ts
* fix comment.
* roll back change.
* Fix.
* fix
* Casted to cast.
* Feedback changes.
* fix any.
2022-01-11 09:37:05 -06:00
Juan Julián Merelo Guervós
4818a21465
fix: update cli-table dependency to fix broken colors.js ( #19622 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
Co-authored-by: Ryan Manuel <ryanm@cypress.io >
2022-01-10 12:52:32 -06:00
David Ihnen
df5687c65d
fix: Inability to download with redirects through a proxy ( #19310 )
...
* Fixes inability to download with redirects through a proxy
* lint fixes
* t
* tests are passing
* tests pass and works
* a little cleanup
* oops, @cypress/request
* nuding the ci system
* Fix race condition in verify code
* address comments on pull request
* a test with multiple layers of redirects
* Add tests and mechanism for redirect loop error
* Make informative error message
* Remove environment config option for now
* test assertion pattern
Co-authored-by: David Ihnen <dihnen.ctr@kr.af.mil >
Co-authored-by: Matt Henkes <mjhenkes@gmail.com >
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2022-01-05 14:01:35 -08:00
Tyler Biethman
7476843d80
fix: Use CYPRESS_VERIFY_TIMEOUT as integer. ( #19517 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2022-01-04 11:19:49 -06:00
Ian VanSchooten
420a9be6ab
chore: add types for Cypress.session.clearAllSavedSessions ( #19412 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2021-12-20 15:23:45 -06:00
Pascal Gafner
b3d114e086
fix: add CYPRESS_VERIFY_TIMEOUT param and a test for it ( #19282 )
...
Co-authored-by: Matt Henkes <mjhenkes@gmail.com >
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2021-12-20 11:36:38 -05:00
Den Klimovsky
32d59024fb
fix: Add more precise types to Cypress.Commands ( #19003 )
...
Co-authored-by: Matt Henkes <mjhenkes@gmail.com >
2021-12-13 09:53:44 -05:00
David Munechika
dd0fc9b9f7
fix: throw when writing to 'read only' properties of config ( #18896 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2021-12-10 11:16:12 -05:00
Tyler Biethman
570f91dde3
fix: adding timeout option to writeFile command ( #19015 )
2021-12-06 15:31:25 -06:00
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