Commit Graph

19245 Commits

Author SHA1 Message Date
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
Zachary Williams
101407a6e6 chore: update angular-15 system-test project (#24970) 2022-12-05 15:00:13 -06:00
Mark Noonan
2552bdda9c fix: improve keyboard behavior of the inline specs list "run all" buttons (#24932) 2022-12-05 12:08:38 -05:00
Ryan Manuel
db41507d56 chore: add github action dummy script for generating v8 snapshot cache (#24933)
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-12-04 12:12:40 -06:00
Ryan Manuel
57b0eac60d feat: various v8 snapshot improvements (#24909)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-12-02 22:13:06 -06:00
semantic-release-bot
3d11bf81c9 chore: release @cypress/webpack-preprocessor-v5.15.6
[skip ci]
@cypress/webpack-preprocessor-v5.15.6
2022-12-02 18:43:08 -05:00
semantic-release-bot
9e7a32699c chore: release @cypress/webpack-batteries-included-preprocessor-v2.3.0
[skip ci]
@cypress/webpack-batteries-included-preprocessor-v2.3.0
2022-12-02 18:42:56 -05:00
semantic-release-bot
ad0e02a044 chore: release @cypress/vue-v5.0.3
[skip ci]
@cypress/vue-v5.0.3
2022-12-02 18:42:43 -05:00
semantic-release-bot
5b8399a599 chore: release @cypress/vite-dev-server-v5.0.0
[skip ci]
@cypress/vite-dev-server-v5.0.0
2022-12-02 18:42:32 -05:00
semantic-release-bot
b673f25c0d chore: release @cypress/react-v7.0.2
[skip ci]
@cypress/react-v7.0.2
2022-12-02 18:42:19 -05:00
semantic-release-bot
430b49858a chore: release @cypress/mount-utils-v4.0.0
[skip ci]
@cypress/mount-utils-v4.0.0
2022-12-02 18:42:07 -05:00
semantic-release-bot
144497ee0f chore: release @cypress/schematic-v2.4.0
[skip ci]
@cypress/schematic-v2.4.0
2022-12-02 18:41:54 -05:00
Matt Henkes
ed0668e24c Merge pull request #24408 from cypress-io/release/12.0.0
feat(breaking): 12.0 Release
2022-12-02 17:07:58 -06:00
Matt Henkes
8e422ebe3a Merge branch 'develop' into release/12.0.0 2022-12-02 15:51:44 -06:00
Mark Noonan
89f3774c06 fix: bring back initial loading spinner in launchpad (#24922) 2022-12-02 16:41:04 -05:00
Matt Henkes
0058562e9c Merge branch 'develop' into release/12.0.0 2022-12-02 15:31:12 -06:00