-
### Are you requesting a feature or reporting a bug?
feature
### What is the current behavior?
I have to manually inspect browser element to find and test out unique selectors
### What is …
-
As it says on the tin: write a `cypress` spec that tests updates made to the User profile metadata.
#### Testing
It should cover:
- Updating the name
- Updating the bio
- Updating the website…
-
### Jobs To Be Done
1. When *developing* a web application with Carbon, I want all components behave and look the same regardless of implementation (vanilla JS, React, Angular, etc.) so my team can…
-
Add a button to the runner/reporter that enters into a "selector helper" mode. In this mode, you can hover over parts of your app and the element underneath the cursor will be highlighted (like "Selec…
-
### Current behavior:
Does NOT crash when run locally (Win10), headed (Electron) or headless.
In AWS CodeBuild, Using `LINUX_CONTAINER`, `BUILD_GENERAL1_MEDIUM` compute type, `cypress/base:8` i…
-
Its not being maintained and there are better solutions for persisting state across page loads.
## Describe any alternatives/workarounds you're currently using
## Other information:
## If…
-
Cypress.io is a cross-platform end-to-end test runner for anything that runs in a browser. Its architecture is unique wherein the tests run alongside the application inside the browser, which allows t…
-
There are two ways I've found to create a project such that it is "attached" and doesn't mess up the Jadeite project browser. This complaint is that:
1. you need to use the project tools, definition…
-
Thanks for creating this! Instead of an array of values; have you ever considered adding support for regex expressions as well? A lot of our selectors (for Cypress) start with `data-test-` but then va…
-
### Current behavior:
Tried to simulate hover state using the trigger('mouseover') on the element inside an SVG, cypress doesn't simulate this.
The line must become red when it's hover, but it…