-
We have a handy error handler, showing a modal to users asking them to report an error to us.
![image](https://user-images.githubusercontent.com/45886910/129492268-17aebf66-6c20-4763-9a69-fd2029d7…
-
### What would you like?
Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export?
I can't find a decent example tha…
-
I'm getting the follow issues during our pipeline build after doing an upgrade.
```
Automatic publicPath is not supported in this browser
import cornerstoneWADOImageLoader from 'cornerstone-wado-…
-
**Logs and screenshots**
I won't be able to add logs as it's over GitHub limits
**Versions**
- What is this plugin's version? `^3.11.0`
- What is Cypress version? `^12.17.2`
- What is your op…
-
### Current behavior:
I want to log all unexpected application errors by using the uncaught:exception and calling a task.
But it seems that a task always needs a return value.
```
Uncaught Unc…
-
### Current behavior:
Currently if a test runs the same actions repetitively over a long period of time, the memory of the cypress process increases until it crashes. (headless mode, video off, n…
-
### 🔎 Have you searched existing issues to avoid duplicates?
- [X] I have made sure that my issue is not a duplicate.
### 🧪 Have you tested your code using latest version of Synpress?
- [X] I have …
-
I'm attempting to write a selenium test that involves submitting a form that includes a vue-multiselect and I can't find any thing for selenium to click on that opens the options list.
Similarly, I…
-
It'd be great to add pages tests, we could use: https://testing-library.com/docs/react-testing-library/intro
-
### Desired behavior:
Add a `.text()` method similar to jQuery's text method to access textContent and/or innerText.
I guess for convenience, by default `cy.text()` should just return whatever `$(…