From 57bb02b83b01dbc145d5e9cbd676c06a10948b73 Mon Sep 17 00:00:00 2001 From: Danail Date: Sun, 5 Jul 2020 18:21:51 +0100 Subject: [PATCH] chore(starters): add gatsby-starter-testing --- docs/starters.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 61c8fd79e73d2..669730262851e 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -6884,3 +6884,16 @@ - Blog posts page features a live filter tool - Uses site metadata to populate About page - Resume page generated using template Markdown files +- url: https://gatsby-starter-testing.netlify.app/ + repo: https://github.com/DanailMinchev/gatsby-starter-testing + description: A simple Gatsby starter with configured testing frameworks and tools for each layer of the Test Pyramid and more. + tags: + - Linting + - Storybook + - Testing + features: + - Unit Testing - Jest with React Testing Library + - Structural Testing - Jest Snapshot Testing + - End-to-End Testing - Cypress with Cypress Testing Library + - Accessibility Testing - axe with cypress-axe + - Automated Visual Testing - Storybook with jest-puppeteer and jest-image-snapshot