-
## Cypress
- add the url as `baseurl` in `cypress.config.js` , an example can be found [here](https://docs.cypress.io/guides/references/best-practices#Setting-a-global-baseUrl).
- the pages shoul…
-
### Current behavior:
All tests are run even if one fails.
### Expected behavior:
Providing an option to abort the test suite as soon as a test fails.
### How to reproduce the current beha…
-
The [`CloseWatcher` API](https://developer.mozilla.org/en-US/docs/Web/API/CloseWatcher) provides a browser-native mechanism for listening to "close requests" from the operating system. This includes E…
-
First of all sorry about my english because I am not a native speaker. I am trying to learn Cypress automation from the beginning and I just trying to follow this initial course (https://learn.cypress…
-
**Describe the bug**
I have an application that follows the micro-frontends architecture. It means that some parts of the application are bundled separately and loaded in async mode.
I would like …
-
I have a project that uses a popular [Cypress](https://www.cypress.io/) end-to-end testing suite. This project also contains Xsolla login iframe.
One of the tests is to end-to-end Xsolla login int…
-
### Current behavior
Explicitly passing `timeout: undefined` results in an error for several methods:
```ts
// 1. Empty options (timeout is "implicitly" undefined): works
cy.get('foo', {})
//…
-
**Logs and screenshots**
Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-cov…
-
### Current behavior:
`cy.get(selector)` works fine.
`cy.get(selector).then((elem) => {})` with any callback results in `TypeError: remoteJQuery`, with no extra information
### Desired behavior:
…
-
### Current behavior
After updating from `cypress@12.16.0` to `cypress@13.6.2`, we are seeing this error occasionally on our CI runs.
```
ChunkLoadError: The following error originated from your …