Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(starters): add gatsby-starter-testing #25542

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7061,6 +7061,19 @@
- 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
- url: https://boogi.netlify.app
repo: https://github.com/filipowm/boogi
description: Create awesome documentation with modern, Gitbook-like look-and-feel.
Expand Down