Commit Graph

20139 Commits

Author SHA1 Message Date
Matt Schile
0e936c5222 Merge branch 'develop' into mschile/v13_merge_develop 2023-07-14 13:41:53 -06:00
Dave Kasper
298dadcaa0 chore: increase protocol enabled postDataSize (#27283)
* chore: increase data size for automation protocol

* add unit tests

* add comment for default values

* attempt to fix flake

* undo flake fix

---------

Co-authored-by: Ryan Manuel <ryanm@cypress.io>
2023-07-13 12:29:10 -05:00
Matt Henkes
1fcdc878b6 chore: add telemetry span around collecting garbage (#27259)
* chore: add telemetry span around collecting garbage

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: Bill Glesias <bglesias@gmail.com>
Co-authored-by: Matt Schile <mschile@cypress.io>
2023-07-13 10:41:20 -05:00
Bill Glesias
78ad0d53ef chore: use cloud hosted m1 runners for apple silicon devices (#27257)
* chore: use cloud hosted m1 runners for apple silicon devices

* run ci
2023-07-12 13:32:02 -04:00
Chris Breiding
4c0371f4b5 fix: Handle evaled privileged commands (#27267) 2023-07-12 13:09:49 -04:00
Bill Glesias
32cfa50f0e chore: remove the electron extension API and opt for CDP methods to leverage Fetch.Enable/Paused (#27205)
* chore: refactor electron to use CDP instead of extension [run ci]

* chore: refactor pause methods to CDPAutomation from electron and chrome
[run ci]
2023-07-12 11:02:43 -04:00
Bill Glesias
a0024e57ab chore: use setWindowOpenHandler over 'new-window' event as it has been deprecated in Electron v13 and removed in Electron v22 (#27256) 2023-07-12 11:02:06 -04:00
Ryan Manuel
94648cc2f4 chore: ensure that beforeTest awaits (#27274)
* chore: ensure that beforeTest awaits

* oops
2023-07-12 09:49:54 -05:00
Matt Schile
30199110dd chore: fix passing the correct attributes to getProtocolPropsForLog (#27255) 2023-07-11 11:25:48 -06:00
Cacie Prins
17ed1c9831 chore: release 12.17.1 (#27252) v12.17.1 2023-07-10 11:34:12 -05:00
Cacie Prins
390c96e7c2 chore: move cypress/request upgrade from 12.15 to 12.17.1 changelog entry (#27248) 2023-07-10 09:42:49 -05:00
Stokes Player
a3e4a8a606 fix: correct invalid stored preference for in-app notifications (#27237) 2023-07-07 16:36:28 -04:00
Ben M
c921fdf15d chore: Update renovate bot to only create PRs for electron upgrades (#27234)
* chore: Update renovate bot to only create PRs for electron upgrades

* chore: remove a bit more of unnecessary code
2023-07-07 14:16:18 -04:00
Jennifer Shehane
9ce54e36c4 dependency: bump cypress-request packages, loosen semver rules to ^ (#27005)
Co-authored-by: Matt Schile <mschile@cypress.io>
2023-07-07 11:28:44 -04:00
Jordan Shehane
d56b628b30 fix: Fix Typescript types for screenshot command. (#27130)
Co-authored-by: Mike Plummer <mikep@cypress.io>
Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
2023-07-07 09:08:18 -05:00
Matt Schile
213afdefee test: adding stub backend log false (#27129) 2023-07-06 12:38:12 -06:00
Ben M
de42cdb39e chore: adding in workarounds KPIs plus refactoring (#27055)
* chore: adding in work around KPIs

* chore: update workflow to work with new KPI report generation process

* chore: fix a bad copy paste from my development environment

* chore: fix a bad copy paste from my development environment

* Update .github/workflows/report_weekly_app_kpis.yml

Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>

* Update .github/workflows/report_weekly_app_kpis.yml

Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>

---------

Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2023-07-06 13:16:13 -04:00
Ryan Manuel
d2058a3e00 feat: change test isolation logic to navigate to about:blank at end of tests (#27140) 2023-07-05 15:55:33 -05:00
Cacie Prins
12823cd597 chore: release 12.17.0 (#27210) v12.17.0 2023-07-05 12:53:14 -05:00
Matt Schile
e179bee417 chore: adding changelog entry for issue 26900 (#27208) 2023-07-05 10:40:10 -05:00
Stokes Player
e65a3e348a fix: do not override electron debug port if previously set (#27169)
* fix: do not override electron debug port if previously set

* Add changelog

* Update cli/CHANGELOG.md

Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>

* Removed unneeded return value

---------

Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
2023-06-30 15:01:12 -04:00
Mike Plummer
4eaf75c1ab chore: Update changelog (#27181) 2023-06-30 12:52:56 -05:00
Bill Glesias
d3200dfa91 chore: add guided error for removal of videoUploadOnPasses config option (#27158)
* chore: add guided error for removal of videoUploadOnPasses config option

* chore: properly order breaking keys and update snapshot
2023-06-30 13:17:32 -04:00
Bill Glesias
b0c63ff863 chore: fix system test with trash assets before run which waits for download to complete (#27170) 2023-06-30 12:57:28 -04:00
Ryan Manuel
51fa53ca56 Merge branch 'develop' into release/13.0.0 2023-06-30 10:08:27 -05:00
Bill Glesias
dd02dc5fe1 chore: fix electron crashing mid launch when the crash happens before… (#27178) 2023-06-30 10:07:42 -05:00
Ryan Manuel
812e741436 empty commit 2023-06-30 09:07:06 -05:00
Ioanna Moraiti
df437cdb0a fix: AttemptResult object (#26569)
Co-authored-by: Mike Plummer <mikep@cypress.io>
Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2023-06-30 08:54:10 -05:00
Lachlan Miller
7e680347cc chore: update contributing docs (#27173)
Co-authored-by: Mike Plummer <mikep@cypress.io>
2023-06-30 08:49:37 -05:00
Bill Glesias
75197a5286 Merge pull request #27105 from cypress-io/chore/develop-into-release-13
chore: merge develop into release 13
2023-06-29 15:56:56 -04:00
Bill Glesias
d68a3aa002 Merge branch 'develop' into chore/develop-into-release-13 2023-06-29 14:32:24 -04:00
Bill Glesias
f05f6236b9 fix: electron crashing prematurely when window closes prematurely while browser launch process is ongoing (#27167)
* chore: add system test for desired behavior

* fix: issue where process was exiting when window was being closed while launch process was occuring

* chore: add changelog entry
2023-06-29 14:30:56 -04:00
Ryan Manuel
b587a102c4 empty commit 2023-06-29 11:43:54 -05:00
Chris Breiding
e0d814c247 fix: Handle more argument types in privileged commands (#27166) 2023-06-29 12:26:30 -04:00
renovate[bot]
6787693fa7 chore(deps): update dependency semver to ^7.5.3 🌟 (#27151)
* dependency(deps): update dependency semver to ^7.5.3 🌟

* changelog entry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2023-06-29 14:16:09 +10:00
Bill Glesias
4ea09f91f9 Merge branch 'develop' of github.com:cypress-io/cypress into chore/develop-into-release-13 2023-06-28 15:03:57 -04:00
Chris Breiding
eea99aeda1 fix: Fix issue with undefined or extra args passed to privileged commands (#27157) 2023-06-28 11:44:59 -04:00
Bill Glesias
b48663224b Merge branch 'develop' into chore/develop-into-release-13 2023-06-28 10:35:29 -04:00
Lachlan Miller
0107efbc3e feat: In-App Run Notifications (#27078)
Co-authored-by: Stokes Player <stokes@cypress.io>
Co-authored-by: astone123 <adams@cypress.io>
2023-06-28 10:23:21 -04:00
Roland Golla
e712996b15 docs: Fix code example in Readme file of grep plugin (#26501)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
Co-authored-by: Mike Plummer <mikep@cypress.io>
2023-06-28 08:11:52 -05:00
Stokes Player
15efb64854 fix: stop subscription race condition error on debug page (#27134) 2023-06-28 09:00:25 -04:00
github-actions[bot]
529f4f177b chore: Update v8 snapshot cache (#26942)
* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

---------

Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
2023-06-28 07:32:44 -05:00
Matt Schile
a94a48ed31 fix: use open instead of connectToNewSpec in electron (#27128)
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
2023-06-27 09:07:39 -05:00
Bill Glesias
ca1b42c2ae chore: reorganize middleware and add telemetry to OmitProblematicHeaders (#27139)
* move omitProblematicHeaders above set injection level (1:1 change).
Addresses https://github.com/cypress-io/cypress/pull/26483/files#r1203011105

* chore: add telemetry to omitProblematicHeaders
2023-06-26 16:35:52 -04:00
Bill Glesias
fe54cf504a fix: chrome crash when CRI client is disconnected (#27116)
* fix: fix chrome crash when CRI client is disconnected

* chore: build binaries for chrome recovery crash for users to test

* chore: add changelog entry
2023-06-26 15:24:18 -04:00
Bill Glesias
59eded0923 Merge branch 'develop' of github.com:cypress-io/cypress into chore/develop-into-release-13 2023-06-26 13:13:31 -04:00
Bill Glesias
a31b17a347 Merge branch 'release/13.0.0' of github.com:cypress-io/cypress into chore/develop-into-release-13 2023-06-26 13:12:59 -04:00
semantic-release-bot
505e8a00eb chore: release @cypress/webpack-dev-server-v3.5.0
[skip ci]
@cypress/webpack-dev-server-v3.5.0
2023-06-26 10:47:29 -04:00
Mike Plummer
4aacfaa5c1 chore: 12.16.0 release (#27133) v12.16.0 2023-06-26 08:45:58 -05:00
Ryan Manuel
87842ffda6 empty commit 2023-06-24 14:21:54 -05:00