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

Implement Storybook/Chromatic tests #146

Open
4 tasks
speelbarrow opened this issue Feb 13, 2025 · 0 comments
Open
4 tasks

Implement Storybook/Chromatic tests #146

speelbarrow opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@speelbarrow
Copy link
Collaborator

speelbarrow commented Feb 13, 2025

https://storybook.js.org

Storybook provides a testing framework for React components. Each test is called a "story", and is equivalent to some block of React JSX. We can use this to render each page of the website individually.

https://www.chromatic.com

Chromatic is a platform provided by the Storybook team. It can be used to automate testing of each individual "story" in a project. Specifically, it will render each story and compare the result to the render in the previous commit. If the visual layout has changed, it will be flagged for manual review.

TASKS:

@speelbarrow speelbarrow added the enhancement New feature or request label Feb 13, 2025
@arsal28 arsal28 self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants