Commit Graph

18351 Commits

Author SHA1 Message Date
Lachlan Miller c7f63e1f29 fix: handle case of implicit plugins/index.js files during migration (#22501)
* handle case of implicit index.js

* fix test error message

* fix test
2022-06-24 09:48:42 -05:00
Emily Rohrbough 2f8475cbc0 chore: add reporter webpack to gulp watch script (#22386) 2022-06-23 14:08:15 -05:00
Blue F 0fccc45aaf fix: Increase timeout for npm-webpack-dev-server tests (#22489) 2022-06-23 10:51:50 -07:00
Blue F 172c364021 fix: Time out unmatched prerequests in proxy to avoid leaking memory (#22462)
* fix: Time out unmatched prerequests in proxy to avoid leaking memory (and generally improve proxy performance)

* Fix types, whoops

* More type fixes? Plz?

* One more TS attempt.

* Revert GQL changes that break TS

* Revert accidental config change

* Rewrote debug messages for clarity

* One more logging change

* Add test around pre-request garbage collection

* Add test around pre-request garbage collection

* Typo

* Typo again

* Apply suggestions from code review

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Bill Glesias <bglesias@gmail.com>

* Clean up interval in prerequest tests

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
2022-06-23 10:12:49 -07:00
Blue F 120052680c fix: Sort results in findCrossOriginLogs test helper to deterministic (#22481)
* fix: Sort results in findCrossOriginLogs test helper to make return value deterministic

* Add comment about why the sort is there
2022-06-23 09:51:13 -07:00
Dylan Schlabach 75a5daf9d5 fix: memory leak caused by storing base64 encoded files recieved by CDP Network.requestWillBeSent (#22460)
* filtering out data urls from networkRequestWillBeSent CDP requests

* fix: memory leak caused by storing base64 encoded files recieved by CDP Network.requestWillBeSent

* Update packages/server/lib/browsers/cdp_automation.ts

grammar :)

Co-authored-by: Sam Tsai <samtsai@gmail.com>

* Update packages/server/lib/browsers/cdp_automation.ts

grammar :)

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>

* added unit tests

Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
Co-authored-by: Sam Tsai <samtsai@gmail.com>
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-06-23 09:35:49 -07:00
Chris Breiding a21c942ee4 fix: Improve cross-origin cookie handling (#22320) 2022-06-23 11:00:52 -04:00
Mike Plummer b678b14877 feat: Add button to clear value from search fields (#22202)
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-06-22 18:42:46 -05:00
Adam Stone 0dc1f268c1 chore: Add test to verify settings panels are collapsed by default (#22382) 2022-06-22 17:11:06 -04:00
Tyler Biethman defde91f2a fix: process_profiler follow up work for v10 (#22363)
* fix: process_profiler follow up work for v10

* Converting index file to ts
2022-06-22 11:44:58 -05:00
github-actions[bot] 6458f6cd5c chore: Update Chrome (stable) to 103.0.5060.53 (#22441)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
2022-06-22 15:48:33 +00:00
Barthélémy Ledoux a8f5e59b7d refactor: use design system windicss config (#21503)
* chore: use design system windi config

* fix: windi config should have colors in the right place

* fix: remove direct dependencies to old windi

* upgrade css plugin for types

* update windi plugin

* refactor: update without the safelist

Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-06-22 10:35:55 -05:00
Ely Lucas 2603f013ac chore: update readme logo (#22433)
* chore: updating cypress logo in readme

* fixing image

* resizing images
2022-06-22 07:06:38 -07:00
github-actions[bot] f2f0652743 chore: Update Chrome (beta) to 103.0.5060.53 (#22351)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-06-21 21:24:05 +00:00
Tyler Biethman b90712743a chore: updating version (#22432) v10.2.0 2022-06-21 16:00:23 -05:00
Tyler Biethman 181a2b097a Trigger Build 2022-06-21 12:51:18 -05:00
Tyler Biethman b925dce224 Merge pull request #22424 from cypress-io/master
Merging master into develop for 10.2.0 release
2022-06-21 11:03:14 -05:00
Barthélémy Ledoux 6d34fd33ac fix: clean up some unexpected behavior and designs (#21551)
* refactor: try removing the safelist

* fix open browser bugs

* add ts in windi observed files

* resolve typescript issue

* remove markdown code class

* fix automation disconnected button color

* fix disabled card

* fix retry button

* fix config warning test

* fix color of topnav

* fix browser dropdown header text

* remove the removing

* revert unwanted change to card

Co-authored-by: Mark Noonan <mark@cypress.io>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-06-21 10:00:12 -05:00
Zach Bloomquist 152e828bbd fix(cli): filter CertVerifyProcBuiltin from stderr (#22342)
Co-authored-by: Rachel <rachel@cypress.io>
2022-06-17 19:10:05 +00:00
Zach Bloomquist b865fd4c2b fix(cli): don't include workspaces.nohoist in public NPM package (#22365) 2022-06-17 15:09:01 +00:00
kshastri 4319daa7f4 fix: cypress removes custom status text/reason phrase from http response (#22061) 2022-06-16 14:19:05 -04:00
Zach Bloomquist d01932bf75 fix: retry on EMFILE always, lint sync FS calls (#22175)
* fix: use graceful-fs always, warn in development on sync calls

* skip prop linting in some dirs

* eslint rules

* use AST-based lint rule instead

* comment

* ignore existsSync

* run without nextTick

* remove dev warning code

* fix order

* register TS first

* fix tests

* fix test

* cover new call site

* fix new test
2022-06-16 14:35:31 +10:00
Lachlan Miller e87c492479 chore: make spec migration screen text more generic (#22325)
* chore: make spec migration screen text more generic

* update language
2022-06-16 12:14:33 +10:00
Adam Stone 32ad438346 feat: Auto-focus and select file name for create new spec modal (#22284)
* feat: Auto-focus and select file name for create new spec modal

* feat: Add comment for regex

* feat: Remove comma; add new line

* feat: Remove unnecessary function

* feat: Remove unnecessary logic

* feat: Reference prop value rather than input ref value

* feat: Add component test for unhappy path

Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-06-16 10:59:19 +10:00
Adam Stone 9a5a4b2a4c fix: Truncate spec directories and file names instead of wrapping (#22226) 2022-06-15 14:09:08 -04:00
Zach Bloomquist 61f19c0450 feat: build Cypress for linux-arm64 (#22252) 2022-06-15 16:22:10 +00:00
Zach Bloomquist e18b0d567e feat: build Cypress for darwin-arm64 (#20686) 2022-06-15 15:24:50 +00:00
Kukhyeon Heo ad7668e5e3 fix: make the file name in <BaseError> wrap anywhere. (#22271)
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-06-15 09:00:20 -05:00
Alejandro Estrada 2a276978de fix: handle cloud error/no internet error (#21526)
* feat: handle cloud error/no internet error

* Update error handling

* Add tests

* Fix TS

* Revert change

* fix: update gql error handler (#21542)

* fix: update gql error handler

* Add failing test

* Fix test

* Update with code review

* Update with code review

* Update packages/data-context/src/sources/CloudDataSource.ts

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>

* Add tests

* Prevent showing toaster

* Upodate with feedback

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
Co-authored-by: Mark Noonan <mark@cypress.io>
2022-06-14 13:28:57 -05:00
Lachlan Miller 380f4e7d60 chore: add component testing metadata to manifest fetch request (#22270) 2022-06-14 11:57:39 +10:00
github-actions[bot] a7b9026861 chore: Update Chrome (stable) to 102.0.5005.115 and Chrome (beta) to 103.0.5060.42 (#22212)
* chore: Update Chrome (beta) to 103.0.5060.42

* chore: Update Chrome (stable) to 102.0.5005.115 and Chrome (beta) to 103.0.5060.42

Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-06-14 10:37:07 +10:00
semantic-release-bot 1e42ba3c33 chore: release @cypress/webpack-dev-server-v2.0.0
[skip ci]
@cypress/webpack-dev-server-v2.0.0
2022-06-13 19:23:56 -04:00
semantic-release-bot 1054447398 chore: release @cypress/vue2-v1.0.1
[skip ci]
@cypress/vue2-v1.0.1
2022-06-13 19:23:25 -04:00
Zachary Williams 0bd306962b fix: remove http npm registry link for vue2 2022-06-13 17:38:39 -05:00
semantic-release-bot 9b56555237 chore: release @cypress/vue2-v1.0.0
[skip ci]
@cypress/vue2-v1.0.0
2022-06-13 18:34:11 -04:00
semantic-release-bot b9174f2f98 chore: release @cypress/vue-v4.0.0
[skip ci]
@cypress/vue-v4.0.0
2022-06-13 18:25:49 -04:00
semantic-release-bot 960c792577 chore: release @cypress/vite-dev-server-v3.0.0
[skip ci]
@cypress/vite-dev-server-v3.0.0
2022-06-13 18:25:06 -04:00
semantic-release-bot f36ca47d87 chore: release @cypress/react-v6.0.0
[skip ci]
@cypress/react-v6.0.0
2022-06-13 18:24:24 -04:00
semantic-release-bot dfd20ce3ca chore: release @cypress/mount-utils-v2.0.0
[skip ci]
@cypress/mount-utils-v2.0.0
2022-06-13 18:23:38 -04:00
semantic-release-bot ad715a306d chore: release create-cypress-tests-v2.0.0
[skip ci]
create-cypress-tests-v2.0.0
2022-06-13 18:22:23 -04:00
Zachary Williams 9cfec9750f fix: add package.json metadata for webpack-dev-server (#22292) 2022-06-13 16:29:35 -05:00
Bill Glesias a481dbb682 chore: document internal vite options (#21667)
* chore: document internal vite options

* try to make pertinant internal dev options more discoverable

* move vite internal references to contributing guide and rebuild references

* fix typo

* Update npm/vite-dev-server/README.md

* add enabling flag for cypress internal vite inspect

* update contributing guide to follow similar wording for internal vite envs
2022-06-13 16:07:18 -04:00
Zachary Williams 555f7cd485 Merge pull request #22205 from cypress-io/zachw/ensure-ct-10.0-packages 2022-06-13 13:05:49 -05:00
Zachary Williams 868081a976 test: update dev-server types and add tests 2022-06-13 12:06:26 -05:00
Zachary Williams b924d086ee chore: prep npm packages for use with Cypress v10
BREAKING CHANGE: new version of packages for Cypress v10
2022-06-13 12:06:26 -05:00
Zachary Williams 36d82f9a71 fix: remove unused system-test project (#22289) 2022-06-13 12:02:59 -05:00
Mike Plummer 474f026980 fix: Time out loading embed html for migration video, stub in e2e tests (#22165) 2022-06-13 12:00:23 -05:00
Ryan Manuel 9505edd007 chore: downgrade windows resource class to large (#22258) 2022-06-13 09:29:39 -05:00
Matt Henkes 6c9894b9e5 chore: update version (#22253) v10.1.0 2022-06-10 13:21:06 -05:00
mjhenkes 72e6b882bd Merge branch 'master' into develop 2022-06-10 11:14:18 -05:00