-
Make `cy.screenshot()` more useful to go down the path towards screenshot diffing.
Let's create a new set of API's to make it easier to take a picture of the AUT (application under test) without in…
-
I'm opening a new issue since the other (https://github.com/typescript-eslint/typescript-eslint/issues/243) is closed and might not have visibility, but please close if not appropriate.
We are try…
-
### Current behavior:
```js
const getFoo = state => state.foo;
it('compose retrying commands', () => {
cy.window().then(window => {
setTimeout(() => {
…
-
Recently cypress tests have been failing because the selectors we use have changed to something like `data-cy="propConnected(Heading)"` (usually they're `data-cy="greeter-new-button"`)
-
### Current behavior:
https://docs.cypress.io/guides/core-concepts/test-runner.html#Selector-Playground
The selector playground catches data-cy, data-test, data-testid (and then other patterns)
#…
-
In order to fulfil the test-pyramid, an e2e test could be established via cypress or puppeteer that simply runs existing index.html from test folder. Furthermore, all the selectors (testing midi stuff…
-
As it says on the tin: write a `cypress` spec that tests the whole _Claim Username_ workflow
#### Testing
It should cover:
- Opens the first modal with the copy explaining the flow
- If the ac…
-
Hi!
This is a follow up to the launch of the CSS Selector Playground feature, and in reference to this comment: https://github.com/cypress-io/cypress/issues/917#issuecomment-352225763.
A use cas…
-
When I attempt to run tests that have some it blocks using it.skip or it.only I get errors on the file merge at the end of a test run.
```
const selectors = {
button: '[data-wf-component="…
-
### Select Statement is not working , getting CypressError: Timed out retrying: Expected to find element: 'timeentry_lov1', but never found it.
I Want to select Options form Below HTML Code.`timeen…