rhventures / rhventures/react-native-dropdown-selector

Testing: Integrate Storybook and Chromatic for visual testing

Open
#48 0 comments 1 reaction 1 assignee View on GitHub

@egeakman is already working on this.

Since Feb 14, 2025.

testing
Dominant language
TypeScript
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently, we are using an example app to test our components. It requires a good amount of setup of emulators and it's not possible to preview new features in isolation.

However Storybook:

  • Allows developers to work on individual UI components in a self-contained environment, without needing the full application context.
  • Developers can quickly iterate and make changes to components, seeing the results instantly without needing to navigate through the application.
  • Isolating components makes it easier to identify and fix issues, and ensures each component functions as intended.
  • Allows the developers to change the props spontaneously and see how the components change instantly.
  • Integrating it with Chromatic would allow us to have CI tests, and automatic visual change highlights.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.