cypress-example-kitchensink icon indicating copy to clipboard operation
cypress-example-kitchensink copied to clipboard

This is an example app used to showcase Cypress.io testing.

Results 82 cypress-example-kitchensink issues
Sort by recently updated
recently updated
newest added

I couldn't find it anywhere in the community example how to upload or use a folder with containing files as a fixture file. For example, my application has a functionality...

``` Running: examples\actions.spec.js (1 of 19) Estimated: 21 seconds Actions Warning: We failed to record the video. This error will not alter the exit code. Error: ffmpeg exited with code...

type: bug
OS: Windows
browser: firefox 🌐

Seems to queue jobs forever, not sure if they are working at all

Seems to not be working

Need an example for https://github.com/cypress-io/cypress/issues/2305

Similar to previous issues. The boilerplate at https://github.com/cypress-io/cypress-example-kitchensink/blob/master/amplify.yml was not working for me. Looking online I found this comment on amplify's issue tracker https://github.com/aws-amplify/amplify-console/issues/583 This worked for me on a...

Now after improving the Algolia search for main documentation site https://github.com/cypress-io/cypress-documentation/issues/2668 (which includes scrubbing these examples too, but with lower rank), it would be trivial to set up separate Algolia...

type: enhancement
process: ci
type: docs

```js it('restores', () => { cy.clock(+ new Date()) cy.visit('http://localhost:3000/sudoku') // make sure the application has rendered // and the synthetic clock started working cy.get('.game__cell--filled').should('have.length', 45) cy.tick(600 * 1000) // 10...

type: enhancement

It would be nice to know if we can safely deploy the updated HTML pages without breaking the version of Kitchensink included in the Test Runner. We could have a...

type: enhancement
process: ci