rhventures / rhventures/react-native-dropdown-selector
Testing: Integrate Storybook and Chromatic for visual testing
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.