cypress
cypress copied to clipboard
Fast, easy and reliable testing for anything that runs in a browser.
### Current behavior cy.get with an alias for requests returns a JQuery instead of a http response interface. There was also no notice in the change log about a behavior...
- Closes ### User facing changelog Merge develop into 12.0.0 ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [ ]...
### Current behavior Hi there! 👋 Thanks for your continued effort on Cypress, really helpful for testing! The Cypress binary with `[email protected]` causes an error on macOS 13.0.1 (22A400) (with...
### Current behavior The .origin() command doesn't accept new origin that haves the same domain but a different subdomain. This worked in cypress 10, but stopped working after the upgrade...
Related to #348. It is actually possible for Cypress to implement strategies when the renderer (or browser process) crashes during a test run - something like `recoverFromRendererCrashes: true` by default....
### Current behavior [Subtle Crypto](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle) (`window.crypto.subtle`) is undefined in Firefox 84. First noticed my CI tests in Firefox were failing, then reproduced locally by updating my local Firefox (and Cypress)...
### Current behavior Upgrading to Cypress v11 (any minor version) has resulted in TypeScript errors appearing in my component test files, specifically when using mount with an SFC that has...
### Current behavior Hello everyone, I am new to Cypress and I am doing some tryouts for file upload in my project by using the built in file upload feature...
This PR was auto-generated to update the version(s) of Chrome for driver tests
### Current behavior Consider an Angular workspace containing 2 projects of type "Application" and 2 projects of type "Library". The project was created in previous versions of Angular that don't...