cypress-example-kitchensink
cypress-example-kitchensink copied to clipboard
This is an example app used to showcase Cypress.io testing.
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...
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...
```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...
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...