ax-vasquez / mcnuggies-blog

NextJS site & Sanity Studio code for mcnuggies.dev
http://www.mcnuggies.dev
1 stars 1 forks source link

[DEVOP] Implement Cypress tests #13

Open ax-vasquez opened 3 years ago

ax-vasquez commented 3 years ago

Description

At the moment, Gatsby sites can't easily be testing using Cypress' component testing. There are internal efforts at Cypress to get this working, but in the meantime, I would like to have tests of some kind in place.

To do

  1. [ ] Implement Cypress tests Already have some in place; is also an ongoing effort
  2. [x] Implement Cypress CI
    1. [ ] Document CI configuration
    2. [x] Obfuscate secrets using .env GitHub repo secrets
ax-vasquez commented 3 years ago

All but the documentation was handled in #20

ax-vasquez commented 3 years ago

I've also enabled the new Cypress GitHub Action as a required step before merging