cypress
cypress copied to clipboard
Fast, easy and reliable testing for anything that runs in a browser.
### Current behavior: The last declaration of the on before hook is being executed using `cypress open` ### Desired behavior: In this example, i'm expecting both before browser launch's to...
### Current behavior We are running an angular app that access a json file (referred in a javascript file). However running via cypress UI test this file is not loaded....
### Current behavior In `after:run` task, Cypress 10 is using the location of configuration file as current working directory. In Cypress 9 it is the root of project, or where...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
- For #6422 ### User facing changelog n/a - does not expose WebKit in production yet, only in development ### Additional details - This PR adds development-only support for the...
- Resolves https://github.com/cypress-io/cypress/issues/22353 ### User facing changelog Introduce a new Cypress experiment, `singleTabRunMode`, for Component Testing. All specs will execute in a single tab, similar to the Component Testing alpha...
- Closes https://github.com/cypress-io/cypress/issues/23032 ### User facing changelog N/A ### Additional details Add a useful warning for users on the old React API, `cypress/react`, who are using React 18. They can...
**Edit from @lmiller1990: this is getting worked on: https://github.com/cypress-io/cypress/pull/23104. Component Testing performance will be improved significantly, initially released under an experimental flag to let use continue making incrementally performance updates.**...
- Part 2 of #21689 ### User facing changelog ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [ ] Have...
### Current behavior: I use Azure AD to authenticate my users. My logic: When user opens the browser and get `401` status code from my api then application redirects to...