wwcodeportland / hacktoberfest2018

Hacktoberfest 2018!
https://wwcodeportland.github.io/hacktoberfest2018/
1 stars 27 forks source link

Add End-to-End Tests to Site #7

Closed VerteDinde closed 3 years ago

VerteDinde commented 6 years ago

Our site is a Gatsby starter site that currently contains no tests - not a good practice. We'd like to add some basic end-to-end tests to ensure the site is running smoothly.

Here is a tutorial on how to start writing end-to-end tests in Gatsby: https://www.gatsbyjs.org/docs/end-to-end-testing/