Feb 19
How to test a site deployed to Netlify by starting a GitHub Actions workflow.
Feb 12
Running the same Cypress tests with different browser time zones in parallel
Feb 10
How to run different GitHub workflows depending on the changed files
Feb 8
Test a site after deploying it to Netlify preview or production environment.
Jan 26
An example of splitting a GitHub Actions testing workflow into several jobs.
Dec 16
Split the long-running spec into smaller specs in a subfolder.
Nov 13
Do not use lax restore cache keys or your Cypress cache will blow up in size
Oct 31
Do not use lax restore cache keys or your cache will roll over with unused dependencies
Aug 20
Run end-to-end Cypress tests against Vercel preview deploys using GitHub Actions
Mar 30
Code samples of my common continuous integration configuration files for GitHub Actions, CircleCI
Mar 24
How to test static sites three times before and after deployment to GitHub pages.
Mar 9
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.
Sep 3
How to load balance multiple Cypress end-to-end tests in parallel mode, or group different tests together and in general control test runs in any way you want.
Jun 29
How to test Gatsby static blog locally, on Netlify before deploying, and after deployment using Circle.
Dec 13
How to execute multiple test tasks in parallel on CircleCI and TravisCI.
Aug 18
Perform any action based on commits since last action.
Aug 4
How to deploy to GitHub pages from CI using SSH to authenticate.
Aug 18
How to setup semantic release on private GitLab and on-premises NPM registry.
Nov 26
How to use CircleCI to publish new versions of your NPM modules.
Apr 23
How to unit test Node applications that use RethinkDB.
Nov 26
Main steps when deploying NodeJS app using Heroku CLI tool.