-
### Current behavior
I have two app which open using Okta and then it navigate to actual url . What I am currently facing is that I am using Cypress.require() method with absolute path and it works…
-
### Current behavior
It doesn't work when intercepting path includes `__cypress/assets`
### Desired behavior
Could be intercepted successfully:
```js
cy.intercept('**/assets/data.json', { fixtu…
-
### Current behavior
~~`onBeforeLoad` not running and~~ `failOnStatusCode + retryOnStatusCodeFailure` has weird behaviour.
### Desired behavior
~~1. To be able to run code before page load.~~…
-
### Current behavior
Cypress fails to run with Chromium 66. The error is
```text
'Runtime.addBinding' wasn't found
```
### Desired behavior
Cypress should run with Chromium 66 since th…
-
### Current behavior
```ts
Running: that-and-that/test.spec.ts (2 of 42)
Runtime.addBinding will not run as the target browser or tab CRI connection has crashed
Error: Runtime.addB…
-
Hello team,
I'm using `eslint-plugin-cypress` and I defined the rule `'cypress/no-force': 'error'`m but if I have a Page object that executes a click, I can use the `({force: true})` without any erro…
-
### Current behavior
Attempting to log in to my application via google. When the page loads, `window.Cypress` has the expected value.
But after I get redirected back to my application from Googl…
-
first half - same as before
second half - new content
- [x] retry-ability and `should(cb)` in #29
* these are core concepts and we have spent time adding more examples to the kitchensink and…
-
Then make sure everything is using page objects: https://github.com/giltayar/testautomationu-cypress-course/tree/lesson-8b/cypress/integration
-
A test failed on a tracked branch
```
CypressError: `cy.task('indexEndpointHosts')` failed with the following error:
> mapper_exception
Root causes:
mapper_exception: the [enabled] parameter can'…