Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mschile pushed 8 commits to mschile/issue-30922 cypress-io/cypress
- misc: suppress more GPU related warnings (#30861) Closes Mesa/GLX related warnings shown when running Cypress #29521... 222da94
- chore: updating v8 snapshot cache (#30936) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... fb5f420
- chore: updating v8 snapshot cache (#30937) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... 7b72e02
- chore: updating v8 snapshot cache (#30938) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... bcfd873
- chore: Update Chrome (beta) to 133.0.6943.27 (#30940) Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@us... 96e05f1
- chore: remove various dead code (#30818) * chore: remove various dead code * additional dead code --------- ... dbd11d4
- chore: fix kitchensink windows (#30909) e06c846
- Merge branch 'develop' into mschile/issue-30922 8ef85d3
mschile opened a pull request on cypress-io/cypress
fix: non-HTMLElement(s) fail during assertions
<!-- Thanks for contributing! PLEASE... - Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md - Read our Code Review Checklist on coding standard...mschile created a branch on cypress-io/cypress
mschile/issue-30944 - Fast, easy and reliable testing for anything that runs in a browser.
mschile created a comment on an issue on cypress-io/cypress
@dan-serendipity, the updated binary is available on this [commit](https://github.com/cypress-io/cypress/commit/afb6ecc4dd491351ad2ab737d868dbc89d1a8e61#commitcomment-151738647) if you have a time ...
mschile pushed 1 commit to mschile/issue-30922 cypress-io/cypress
- fix issue where overflow in one direction is visible f907d0a
mschile created a comment on an issue on cypress-io/cypress
@dan-serendipity, I believe I've recreated the issue you are encountering. I'm working on creating a new binary
mschile pushed 9 commits to mschile/issue-30922 cypress-io/cypress
- chore: attempt to fix vite flake (#30908) 36a4e50
- chore: automatically infer cypress major version from package.json version and error when no splash page exists for s... 5e7982d
- chore: updating v8 snapshot cache (#30929) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... 127e3a3
- chore: updating v8 snapshot cache (#30930) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... 33714b8
- chore: updating v8 snapshot cache (#30931) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.... f17f38b
- chore: Update Chrome (stable) to 132.0.6834.110 (#30932) Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]... 92fc209
- fix: avoid source map plugin from replacing valid code (#30890) Co-authored-by: Jennifer Shehane <[email protected]> 3149a8f
- chore: add type linting + compilation checks to packages (#30776) * chore: add type linting + compilation checks to ... 92e428a
- Merge branch 'develop' into mschile/issue-30922 0b9ad87
mschile opened a pull request on cypress-io/cypress
fix: visibility issue when parent element is clipping
<!-- Thanks for contributing! PLEASE... - Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md - Read our Code Review Checklist on coding standard...mschile pushed 1 commit to mschile/issue-30922 cypress-io/cypress
- fix visibility issue with select elements 25ef16d
mschile created a comment on an issue on cypress-io/cypress
Thanks @dan-serendipity, are you able to share or create a reproduction with the html that is causing the issue?
mschile created a comment on an issue on cypress-io/cypress
Hi @Ognengineer 👋🏼, would you be willing to try a [pre-release](https://docs.cypress.io/app/references/advanced-installation#Install-pre-release-version) binary from this [commit](https://github.co...
mschile created a branch on cypress-io/cypress
mschile/issue-30922 - Fast, easy and reliable testing for anything that runs in a browser.
mschile created a comment on an issue on cypress-io/cypress
Hi @shaju007 👋🏼, yes, I believe this issue is a duplicate of https://github.com/cypress-io/cypress/issues/28527. The fix will be in the next release. If you'd like, you can try out the [prerelease]...
mschile closed an issue on cypress-io/cypress
Testisolation:false config not working in docker image with Cypress version above v13.4.0
### Current behavior When cypress test run in docker with cypress docker image 13.5.0, testIsolation:false config is not working. But with cypress docker image 13.4.0, works fine. ![Image](https:...mschile created a review comment on a pull request on cypress-io/cypress
Yes, but the test will also pass if you modify any of the assertions in the `after` hook since you've already informed mocha that the test is done.
mschile created a review comment on a pull request on cypress-io/cypress
I don't think you want to use `done()` in these tests, otherwise the test is going to pass even if the assertions in the `after` fail.
mschile created a branch on cypress-io/cypress
mschile/studio/cloud_communication - Fast, easy and reliable testing for anything that runs in a browser.
mschile pushed 1 commit to mschile/about_blank_with_retry cypress-io/cypress
- Update CHANGELOG.md 7005040
mschile pushed 11 commits to mschile/about_blank_with_retry cypress-io/cypress
- chore: Open in IDE button for block and hook definitions in Runner UI (#30859) * init vitest unit test harness for @... 0532f92
- chore: Update v8 snapshot cache - darwin (#30873) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.... 932cea2
- chore: Update v8 snapshot cache - linux (#30874) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.g... 55178c7
- chore: Update v8 snapshot cache - windows (#30875) Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply... 9da988c
- chore: bump circle cache (#30878) a7c8ad5
- chore: release @cypress/vite-dev-server-v6.0.1 [skip ci] c31050a
- chore: release @cypress/webpack-dev-server-v4.0.1 [skip ci] 0a3ad9a
- chore: update Cypress 14 release date to January 16th (#30880) 94d18c3
- chore: release Cypress 14.0.0 (#30883) 90b017c
- chore: make sure the constant for the welcome screen is patched (#30893) 49d578c
- Merge branch 'develop' into mschile/about_blank_with_retry df68237