-
### Describe the Bug
while running cypress component with plugin cypress-plugin-visual-regression-diff, getting below error
command executed: npx nx run-many -t component-test -p bindings-ng-pos …
-
**Description**
As mentioned here https://docs.cypress.io/v1.0/docs/type#section-typing-tab-key-does-not-work. For accessibility testing I need to be able to tell the keyboard to press tab. If `cy.ta…
-
**Describe the bug**
I have a spec where I reload the page using `cy.reload()`. The test is expecting the page to be in the same state after a page reload. When I run the spec, no playback file is cr…
-
### 🚀 Feature Request
Make Playwright run request interception for as long as a browser window is open. It would _enormously_ improve testing ergonomics and IMHO would make Playwright the king of all…
-
**Description**
Offline support is becoming important to web applications. It would be nice to switch the browser to the offline mode from Cypress either by test or for all tests and run it. If might …
-
### Test code to reproduce
I cannot provide the specific test code I am using to produce this, since it contains internal company data. However, what I can tell you is these tests run for quite a lon…
-
**Logs and screenshots**
first.spec.ts
![Screenshot 2020-06-20 at 23 44 58](https://user-images.githubusercontent.com/26057014/85212152-2f449200-b350-11ea-9df0-ed1d6110e6d4.png)
second.spec.ts
…
-
We are running Cypress 12.8 (planning to upgrade sooner than later) and using this plugin... since a couple of weeks ago our Checkmarx validation started to yell due to a high severity security risk f…
-
### Current behavior
We run in an Azure pipeline and after upgrading to 13.8.1, we are experiencing that many tests are just being skipped. This did not happen before and the code did not change out…
-
using vscode, have .vscode/settings.json file with
```
{
"cucumber-quick": {
"tool": "cypress",
"script": "npx cypress-tags"
},
"cucumberautocomplete.steps": [
"cypre…