Commit Graph

19260 Commits

Author SHA1 Message Date
Mike Plummer
e34adddbed fix: Add missing filter parameter to nextUntil command (#25167) 2022-12-15 15:29:42 -06:00
Blue F
2b211f1306 fix: .get() respects null withinSubject (#25133)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-12-15 10:22:29 -08:00
Ryan Manuel
97dfa94687 fix: ensure cypress in cypress uses prod dependencies from the snapshot (#25164) 2022-12-14 15:56:48 -06:00
Zach Bloomquist
e59c8d46f9 chore(scripts): update pre-release documentation URL (#25150) 2022-12-14 18:04:36 +00:00
Zach Bloomquist
e02f6bf905 feat: add resourceType support to cy.intercept() on req/routeMatcher (#25075)
Co-authored-by: Bill Glesias <bglesias@gmail.com>
2022-12-14 17:40:53 +00:00
Ryan Manuel
5650ff442c chore: update .gitignore to ensure that the legacy caches are ignored (#25147) 2022-12-14 10:52:15 -06:00
semantic-release-bot
685e7bd6f8 chore: release @cypress/grep-v3.1.3
[skip ci]
@cypress/grep-v3.1.3
2022-12-14 11:33:31 -05:00
Sam Tsai
55058e7783 fix(grep): @cypress/grep types (#24844)
Co-authored-by: Jordan <jordan@jpdesigning.com>
Closes undefined
Fixes https://github.com/cypress-io/cypress/issues/24512
2022-12-14 10:04:07 -06:00
Mike Plummer
3a46679776 fix: Serialize query object on intercepted request (#25135) 2022-12-13 14:55:43 -06:00
Ryan Manuel
56bebb109e feat: set up auto prs for snapshot metafile changes (#25052)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-13 08:29:22 -06:00
Lachlan Miller
09d0879cab chore: update to Vite 4 and Rollup 3 (#25101)
* chore: try move to rollup 3 and vite 4

* bump to latest versions
2022-12-13 10:35:02 +10:00
Ryan Manuel
7225c6b798 chore: bump version to 12.1.0 [skip ci] (#25119) 2022-12-12 18:13:22 -06:00
Ryan Manuel
8888cd9e21 fix: add column, line, and method check to integrity check (#25094) 2022-12-12 14:42:46 -06:00
Emily Rohrbough
2062670f5c fix: recollect session data after validation is successful (#25112) 2022-12-12 13:07:03 -06:00
Alejandro Estrada
7154fc8dcd feat: Improve CLOUD_PARALLEL_GROUP_PARAMS_MISMATCH error message (#24799)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-12-12 11:47:57 -06:00
Zach Bloomquist
eb76b57126 docs(guides): add macOS code signing notes to building-release-artifacts (#24999) 2022-12-12 16:17:43 +00:00
Zachary Williams
6c374031d7 fix: run-all-specs opens in new tab rather than new browser (#25074) 2022-12-12 09:07:59 -06:00
semantic-release-bot
5c34841baa chore: release @cypress/webpack-preprocessor-v5.15.7
[skip ci]
@cypress/webpack-preprocessor-v5.15.7
2022-12-09 17:27:12 -05:00
semantic-release-bot
b668e4b1b9 chore: release @cypress/grep-v3.1.2
[skip ci]
@cypress/grep-v3.1.2
2022-12-09 17:27:01 -05:00
Emily Rohrbough
4e82100303 fix: update custom-query on links to match custom-command syntax (#25092) 2022-12-09 15:57:29 -06:00
Matt Henkes
910f912373 fix: declare used babel dependencies (#24842)
* fix: declare used babel dependencies

* try this???

* unlock deps
2022-12-09 14:39:14 -06:00
Chris Breiding
4cb1c074f7 chore: Add eslint config to system-test project fixtures (#25089) 2022-12-09 15:31:01 -05:00
semantic-release-bot
fdd04c3a17 chore: release @cypress/vite-dev-server-v5.0.2
[skip ci]
@cypress/vite-dev-server-v5.0.2
2022-12-09 11:13:01 -05:00
Lachlan Miller
89c013fced fix(vite-dev-server): ensure assets are correctly reloaded (#24965)
* do not use custom HMR

* remove old code
2022-12-09 09:34:56 +10:00
semantic-release-bot
78412e9a5f chore: release @cypress/grep-v3.1.1
[skip ci]
@cypress/grep-v3.1.1
2022-12-08 18:19:10 -05:00
nyghtly-derek
b2a2e50863 fix: fix behavior when only using inverted tags (#24413)
* fix behavior when only using inverted tags

* fix: fix behavior when only using inverted tags

* yarn lint --fix ./npm/grep

Co-authored-by: Matt Schile <mschile@cypress.io>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Co-authored-by: Blue F <blue@cypress.io>
2022-12-08 14:49:14 -08:00
Wojciech Szućko
dbf4e47556 fix: display firefox tooltip with error CHROME_WEB_SECURITY_NOT_SUPPO… (#25034)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Closes undefined
2022-12-08 15:44:27 -06:00
Matt Schile
7826cab137 test: fix configChange-subscription and top-nav flake in windows (#25044) 2022-12-08 12:38:22 -07:00
alex01
c9afe18d31 fix: cleanup files made by the tmp library in cypress.run() (#24957)
* fix: cleanup files made by the tmp library in cypress.run()

* Apply suggestions from code review

* Update cli/lib/cypress.js

Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-12-08 10:31:54 -08:00
Chris Breiding
fc43cecdad feat: Add cy.getAllCookies() and cy.clearAllCookies() (#25012) 2022-12-08 13:12:32 -05:00
Blue F
b32a8afe51 fix: .select() by index works if <options> have same value (run ci) (#25016) 2022-12-08 09:41:12 -08:00
Blue F
24f65d8b30 fix: Remove unneeded Firefox headless hack (run ci) (#25009)
* fix: Remove unneeded Firefox headless hack (run ci)

* Add test to cover new case

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-12-08 09:40:43 -08:00
Matt Henkes
126b82cb5b chore: bump version to 12.0.2 [skip ci] (#25071) v12.0.2 2022-12-08 11:22:39 -06:00
semantic-release-bot
8d048610dd chore: release @cypress/webpack-dev-server-v3.1.1
[skip ci]
@cypress/webpack-dev-server-v3.1.1
2022-12-08 11:41:39 -05:00
semantic-release-bot
4b16667c89 chore: release @cypress/vite-dev-server-v5.0.1
[skip ci]
@cypress/vite-dev-server-v5.0.1
2022-12-08 11:41:26 -05:00
Ryan Manuel
f9541aff10 fix: limit the number of globals defined due to the v8 snapshot (#25051) 2022-12-08 09:35:58 -06:00
Ryan Manuel
c540284f50 fix: add v8 snapshot usage to cypress in cypress testing (#24860) 2022-12-08 00:04:37 -06:00
Blue F
79f743e1cf fix: .contains() selects proper elements when inside a <form> (#25038)
* fix: .contains() selects proper elements when inside a <form>

* Fix withinSubject to always be jquery object, and always pass a dom element to findAllShadowRoots

* Typo in last commit
2022-12-07 14:50:28 -08:00
Blue F
0e457b8235 fix: .contains() properly respects multiple incoming subjects (run ci) (#25035) 2022-12-07 13:15:34 -08:00
Matt Schile
7565282ab0 test: windows app integration tests scaffolding issues (#25032) 2022-12-07 12:08:59 -07:00
Matt Henkes
c8c72e7bc7 fix: bump to 12.0.1 [ skip ci ] (#25017) v12.0.1 2022-12-06 18:31:24 -06:00
Bill Glesias
ca01e29ab8 fix: re include document domain injections for spec-bridge and injection and disable origin-agent-cluster (#25013)
* Revert "chore: remove document.domain usage for cross-origin testing (#24945)"

This reverts commit a3d3074e70.

* fix: set origin-agent-cluster=?0 for the spec bridge iframe

* re apply comment that was reverted in 1fa1246b5c

* Update packages/server/lib/routes-e2e.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* chore: update document.domain immutable target from chrome 106 -> chrome 109

Co-authored-by: Matt Schile <mschile@cypress.io>
2022-12-06 17:52:48 -05:00
Matt Henkes
afb66abc70 fix: use updated kitchen sink (#25006)
* fix: use updated kitchen sink

* test fixes, date update

* update yarn lock and cache
2022-12-06 15:44:28 -06:00
Emily Rohrbough
703d954e61 fix: regression in testIsolation config validatin when using cypress run --component (#25008)
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-12-06 14:31:32 -06:00
Mark Noonan
6933ef61ff fix: restore spec filter in client side store (#24987)
* run ci - bring back specFilter in store

* restore test for saved search

Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-12-06 14:29:58 -06:00
Zachary Williams
3205abd75a test: fix failling windows run-all test (#25002) 2022-12-07 05:39:23 +10:00
Matt Henkes
5fd95c88b7 chore: Bump version, update example project dependency. (#25003)
* Bump version, update example project dependency.

* breaking this change out or taging is gonna be weird.
v12.0.0
2022-12-06 12:28:43 -06:00
Emily Rohrbough
797c8f8d77 chore: update session api types & exposed global helpers (#24980)
Co-authored-by: Matt Schile <mschile@cypress.io>
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2022-12-06 08:19:39 -06:00
Emily Rohrbough
166bf8ebd2 chore: tweak splash screen verbiage (#24981) 2022-12-05 16:47:29 -06:00
Blue F
95ee9b9005 fix: .within() now throws an error if given more than one subject. (#24975)
* fix: .within() now throws an error if given more than one subject.

* Fix own tests for new .within() behavior

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-12-05 13:50:56 -08:00