Test All The Things

Cypress logo

Deploy Gatsby to Netlify and test with Cypress.io before deployment (using Netlify itself) and after deployment (using CircleCI)

Test locally

28 May, 2015

You can run Cypress tests while writing your Gatsby blog. Just install Cypress as a dev dependency and start testing! Assuming Gatsby is…

Test on Netlify

06 May, 2015

You can run local Gatsby server and run Cypress tests on Netlify! Yup, it just works . I have set as the deploy command on Netlify. The…

Test after deployment

01 May, 2015

After the site is successfully deployed, Netlify can trigger other services. For example it can trigger a CircleCI build and pass the new…