cypress-example-kitchensink
cypress-example-kitchensink copied to clipboard
This is an example app used to showcase Cypress.io testing.
Solution for two cases added, one comment to README and fixes for button selecto added to 3rd case
- Update puppeteer dependencies to support newer M1 Processors - Update Circle CI Mac executer to latest one (Old one was deprecated)
**Request** Audit and upgrade `package.json`'s dependencies and create new `package-lock.json`. Too many uncomfortable warnings. Tried performing `npm audit fix --force`, made it worse, and required to start fresh with a...
Hi there, Im finding it difficult to find examples of how I can set up parallel tests in Buildkite that integrates with cypress dashboard. I got the dashboard integrated and...
Add example for testing a modal or event that occurs when a user signals intent to exit the page by leaving the window with their mouse. Need to create an...
# Integrated prism-js Improves syntax highlight for code blocks. read more on https://prismjs.com/ ## Visual changes 
hello, i find the cy.intercept() to intercept the request, but works for one request, i want to capture all the network request and record the request and response, is there...