How to keep the tests in sync with the features, while keeping them in separate repositories.
Solving the missing autocomplete popup using the cypress-real-events plugin by Dmitriy Kovalenko.
How to force two Cypress test runners to wait for each other while testing a real-time chat app.
How to catch common page errors using a quick Cypress test.
Integration tests for a React Native application running in the browser using Expo with network control, code coverage, visual, and a11y testing.
How Cypress test can stub a method defined with property descriptor configurable false
We can test a React Native application using Cypress end-to-end test runner while running it in the Web mode using Expo.
How to test a real-time Socket.io chat app by running two Cypress test runners concurrently.
How Cypress works under the hood, and how its architecture compares to other test runners.
How to write simple test for a real-time chat web application.
Using Chrome Debugger Protocol from Cypress