Retry Or Not

How to dynamically determine if a Cypress test should be retried or not based on the error.

Repeating Tests

How to run the same test or spec files again and again by launching it from GitHub Actions page.

Scrape Slides

How I scraped Reveal.js presentations using Cypress.io and sent the results to Algolia search index.

Cypress Talks

Collection of my talks about Cypress.io from recent conferences with videos and direct links to slides.

Parallel or not

This blog post shows how to configure CircleCI to run Cypress in parallel mode for internal branches, while only use a single machine to run Cypress tests for external pull requests.

Cypress is just ...

Cypress allows any developer to fundamentally change how it looks and works, because it is just JavaScript code running inside a browser backed by a Node app.

Cypress jump

Create a React component using JSX and inject it into live application from a Cypress test.