Gatsby Netlify CI

Acceptance Testing

👈 Back

Functional acceptance testing (or end-to-end testing) is the final step in our CI process.

In this stage we run the app in the browser to ensure everything is functioning and there aren't any performance degradations.

For this project I chose Playwright. You could achieve the same result with Puppeteer or a hosted solution like Cypress