20080 Commits

Author SHA1 Message Date
Adam Stone-Lord
0871b03c5b chore: update 13.3.0 release date in changelog (#27918) v13.3.0 2023-09-27 10:00:29 -04:00
Ben M
1ec045fe98 chore: fix action to properly add PR to the Triage Board for visibility (#27917) 2023-09-27 09:55:55 -04:00
Adam Stone-Lord
a1b4124581 chore: release 13.3.0 (#27900) 2023-09-25 17:21:28 -04:00
Roy Wang
b114dced98 fix: statusCode allow 999 (#27853)
https://lodash.com/docs/#inRange `end` is exclusive, so it needs to be set to 1000 to allow status code 999 to be included (as per documented).

Co-authored-by: Adam Stone-Lord <adams@cypress.io>
Co-authored-by: Ben M <benm@cypress.io>
2023-09-25 15:22:49 -04:00
Martin Jonson
dbfb3e658a chore: Update installation requirements in CONTRIBUTING.md (#27878)
* docs: update installation requirements in contributing.md

* docs: update installation requirements in contributing.md

* docs: update installation requirements in contributing.md

Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>

---------

Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
2023-09-25 13:33:13 -04:00
renovate[bot]
b1efbaf92b chore(deps): update dependency systeminformation to v5.21.7 [security] (#27874)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben M <benm@cypress.io>
2023-09-25 13:18:33 -04:00
Ben M
199f4c357c chore: remove KPI generation workflow (#27887) 2023-09-22 15:37:52 -04:00
Adam Stone-Lord
273d8ced07 chore: skip binary jobs if we don't have a circle token (#27876) 2023-09-21 18:10:00 -04:00
Ryan Manuel
ce17a4446e fix: issue with font flooding (#27860) 2023-09-21 15:08:57 -05:00
Adam Stone-Lord
154311a457 chore: gate restricted contexts with approval job for contributor workflow (#27862) 2023-09-21 11:19:37 -04:00
renovate[bot]
887cd40451 dependency(deps): update dependency electron to v25.8.1 [security] (#27837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben M <benm@cypress.io>
2023-09-21 09:05:33 -04:00
Adam Stone-Lord
3477e4d396 chore: remove Github Action for triggering CircleCI pipeline (#27865) 2023-09-20 17:24:43 -04:00
Ryan Manuel
311001b7d1 chore: improve logging on retried upload failures (#27847) 2023-09-20 16:23:42 -05:00
Matt Schile
0ba2a48afa test: adding back protocol component tests (#27697) 2023-09-20 12:22:58 -06:00
Adam Stone-Lord
a9d2dc28bf chore: update contributor workflow to include approval job (#27822) 2023-09-20 12:57:54 -04:00
github-actions[bot]
381b505b6f chore: Update Chrome (stable) to 117.0.5938.88 and Chrome (beta) to 118.0.5993.11 (#26966) 2023-09-19 15:36:42 -06:00
Matt Schile
2247ffd79b test: add new system test for --headless=old (#27834) 2023-09-19 09:37:01 -06:00
Matt Henkes
343097b9d2 chore: use docker compose to run cypress. (#27831) 2023-09-19 08:04:03 -05:00
Ben M
dc282cd7e8 chore: fix linting error (#27825) 2023-09-15 16:56:12 -04:00
Matt Schile
5eaa4d046c chore: updating browser version script to use versionhistory api (#27824) 2023-09-15 16:37:39 -04:00
Ben M
8e682821ab chore: update kpi report generation to include feature review metrics (#27778)
* chore: update kpi report generation to include feature review metrics

* chore: fix typo
2023-09-15 14:20:25 -04:00
Ben M
849da7c6f5 chore: update chrome PR creation workflow to add to firewatch board (#27821)
* chore: update chrome PR creation workflow to add to firewatch board

* chore: adding in ability to manually run job

* chore: changing how we add the chrome update PR to the firewatch board
2023-09-15 13:00:45 -04:00
Dave Kasper
0e239bf210 feat(app): Update Runs page visuals to new layout and card design (#27770)
* basic card visuals, working on click

* visual tweaks and i18n

* match other i18n

* redo duration format, should make common too

* basic debug, needs validation of relevant run

* refactor and move files

* working top level state

* working grouping, needs subcomponent

* switch click target

* remove dayjs change

* fix current commit

* revise commit for message

* working view runs button

* fix type check

* fix tests

* fix integration tests

* remove old test

* add layout

* add component test for new layout and cleanup

* add count check

* standardize cy tags

* revise count test

* fix typos

* fix padding

* start wrapping

* happy wrap, next trunc

* responsive if wonky

* clean up and titles

* magic resize, needs tests per breakpoint

* standardize the rollup

* working default rollup

* rollup spacing tweaks

* center elements

* update tests for multiple viewports

* add missing breakpoint tests

* fix debug tests for status and badge

* remove unneeded check

* add functional component

* fix check_ts

* update container test

* add changelog

* add tooltip, needs aria label and external link update

* fix overflow

* fix avatar and add aria label to count summary

* change to external href

* remove popup sizing

* add tests

* add missing data cy

* fix runcard test

* Truncate result count

* make truncate style conditional

* match design truncate position

* adddress PR comments

* chore:updating styles (#27798)

* add tooltip content tests and skeletons

* clean up tooltip validation

* fix runs selector

* Update packages/app/src/runs/RunsSkeletonRow.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunTagCount.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunsSkeleton.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunTagCount.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunsSkeleton.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunsSkeletonRow.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunTagCount.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* Update packages/app/src/runs/RunTagCount.vue

Co-authored-by: Stokes Player <stokes@cypress.io>

* remove redundant shrink-1s

* more shrinks

---------

Co-authored-by: Stokes Player <stokes@cypress.io>
2023-09-14 16:35:12 -05:00
Bill Glesias
8638abb2d0 chore: prep changelog ready for release and bump cypress version (#27794)
* chore: get changelog ready for release and bump cypress version

* chore: fix typos
v13.2.0
2023-09-12 10:42:17 -04:00
Matt Schile
f8b4c59daa fix: update net stubbing to not intercept requests sent to dev server (#27788) 2023-09-12 08:22:33 -06:00
Bill Glesias
356edfc5e9 chore: fix the changelog to pass release readiness (#27787) 2023-09-11 20:17:39 -04:00
Ryan Manuel
a1161c90e0 fix: hanging on basic auth requests in chromium browsers (#27781) 2023-09-11 12:23:05 -05:00
Ryan Manuel
70248ab9c0 fix: prerequest correlation for various retried and cached requests (#27771) 2023-09-10 21:41:40 -05:00
Martin Jonson
86d8b9677c docs: fix typo in CONTRIBUTING.md (#27705)
Co-authored-by: Simon Törnqvist <simon.thornqvist99@gmail.com>
2023-09-08 16:53:26 -04:00
semantic-release-bot
f900c59855 chore: release @cypress/webpack-dev-server-v3.6.1
[skip ci]
@cypress/webpack-dev-server-v3.6.1
2023-09-07 16:37:19 -04:00
semantic-release-bot
576a952316 chore: release @cypress/schematic-v2.5.1
[skip ci]
@cypress/schematic-v2.5.1
2023-09-07 16:37:08 -04:00
semantic-release-bot
ffaafa50ae chore: release create-cypress-tests-v2.0.3
[skip ci]
create-cypress-tests-v2.0.3
2023-09-07 16:36:48 -04:00
Bill Glesias
b85dd752f2 dependency: update to electron 25 and node 18 (#27715)
* feat: update to electron 25 and bump node dependencies. need to remove
custom docker image

* chore: update node versions to 18+ [run ci]

* chore: bump @types/node from v16 to v18 and bump the typescript supported CLI version from 3.9 to 4.4

* update mock-fs to 5.2.0 to fix BigInt issue (see https://github.com/tschaub/mock-fs/releases/tag/v5.1.4) [run ci]

* chore: update electron integrity check to pass create binary job

* chore: fix issues with achrinza/node-ipc not yet having node 18 engine support (only up to 17 by patching from 9.2.2 to 9.2.5 as seen in https://github.com/achrinza/node-ipc/pull/38. vue/cli-service is not maintained and we should migrate these over to vue create at some point in the near future to get rid of these resolutions

* allow for TLSv1 tests to work with node 18 as the express server running node 18 with tlsv1 needs to allow legacy ciphers

* chore: update snyk workflows to use node 18

* chore: add changelog

* update timeout

* more cleanup during binary build

* bump cache and run ci. include ignore engines for rwa and get rid of
16.16 image references

* chore: update FF tests to 115 as serialization now works with errors and click events do not get fired on buttons being typed into

* chore: don't error when symlink already exists

* chore: fix serialization test for newer versions of firefox

* chore: fix CI config

* chore: fix chrome system tests to work with chrome 114. updates mostly caused by bugs in screen height in chrome. see https://bugs.chromium.org/p/chromium/issues/detail?id=1416398

* chore: test binary against vite update in RWA

* remove wait for RWA as it shouldnt be needed for vite. link example recipes update to node 18

chore: remove commented out code

* chore: print message when DISABLE_SNAPSHOT_REQUIRE is set

* chore: clean out unneeded dependencies always

* chore: remove trailing space

* fix: propagate click events for enter and typing on firefox 106 or later

* chore: fix changelog failures

* fix: correctly simulate click events for buttons on keyup and space type  in Firefox versions greater than 91 and simulate click for buttons on enter in Firefox versions greater than or equal to 106

* chore: add documentation to type to clarify firefox synthetic events

* chore: update protocol snapshot as order or log messages seems to have changed

* update comments

* sort commandLogChanged events for protocol

* chore: remove PR ids from CRA and CER as the PRs are merged into develop

---------

Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
Co-authored-by: Matt Schile <mschile@cypress.io>
2023-09-07 15:26:09 -04:00
semantic-release-bot
617d7af328 chore: release @cypress/webpack-dev-server-v3.6.0
[skip ci]
@cypress/webpack-dev-server-v3.6.0
2023-09-07 09:21:57 -04:00
Evan Liu
b94f4bc0f8 docs: fix CONTRIBUTING.md package typo (#27758) 2023-09-07 08:43:24 -04:00
Jordan
264a118e48 feat(webpack-dev-server): update the generated tsconfig path for angular CT (#27723)
* feat(webpack-dev-server): update the generated tsconfig path for angular CT

* update changelog

* build binary

* fix broken tests
2023-09-06 14:47:30 -04:00
Evan Liu
07b1c3bb49 chore: make indent consistent (#27757) 2023-09-06 12:23:18 -04:00
Dima V
b5c379ffb9 Update LICENSE year (#27738)
Compared licenses between libs, saw the year needs updating here too
2023-09-05 08:42:57 -04:00
Bill Glesias
0f9a150647 chore: bump cache for windows jobs to pass (#27724) v13.1.0 2023-08-31 13:16:12 -05:00
semantic-release-bot
370c36b196 chore: release @cypress/webpack-batteries-included-preprocessor-v3.0.2
[skip ci]
@cypress/webpack-batteries-included-preprocessor-v3.0.2
2023-08-31 13:30:41 -04:00
Bill Glesias
f84bc6393d chore: 13.1.0 (#27718) 2023-08-31 11:22:27 -05:00
Ryan Manuel
d8b48211c0 fix: ensure that fatal protocol errors are only limited to the spec they occurred on (#27720) 2023-08-31 11:01:50 -05:00
Chris Breiding
6081751c41 fix: change how tsconfig is aliased in webpack-batteries-included-preprocessor (#27706)
* chore: change how tsconfig is aliased in webpack-batteries-included-preprocessor

* use --target-reference so snyk analyzes current branch

* fix missing space

* use pull_request instead of pull_request_target for snyk actions
2023-08-31 10:09:38 -04:00
Bill Glesias
cee7dfc12b chore: fix changelog [run ci] (#27716) 2023-08-31 09:32:58 -04:00
renovate[bot]
0396b9b17e fix(deps): update dependency plist to v3.1.0 🌟 (#27710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben M <benm@cypress.io>
2023-08-31 09:25:50 -04:00
Bill Glesias
f1a1c97fcf fix: fix release date to be august 29th and not august 30th (#27711) 2023-08-30 17:35:05 -05:00
Ryan Manuel
7072f3c168 fix: make CDP errors non fatal (#27709) 2023-08-30 14:47:11 -05:00
Chris Breiding
cbf266c05e fix: Include run.stats.skipped in results (#27695)
Co-authored-by: Matt Schile <mschile@cypress.io>
2023-08-30 15:30:23 -04:00
Dave Kasper
05afa1eaa5 feat: Add status icon to Sidebar Runs Page (#27672)
* basic structure and stubs for tests

* think this works, needs validation and icon

* partially working, needs i18n cleanup for failure count

* working with tests and i18n

* update to latest status icon

* fix debug integration tests

* removing ts-expect-error for isWindows util to match 13 branch

* add change log

* whatever

* speculate on release

* fix typo in template
2023-08-29 18:38:17 -05:00
Ben Patterson
0089501e0a chore: snyk scan should run on default PR events. (#27696)
This should ensure it's run on follow-up commits, for example.
2023-08-29 17:44:07 -04:00