kraemer-lab / GRAPEVNE

Graphical Analytical Pipeline Development Evironment
MIT License
6 stars 3 forks source link

Add storybook for front-end testing #212

Open jsbrittain opened 4 months ago

jsbrittain commented 4 months ago

Is your feature request related to a problem? Please describe. Test coverage on the front-end needs to be improved; storybook will substantially help in this area by providing automated tests to many front-end (React) components.

Describe the solution you'd like Storybook with jest integration to improve test quality / coverage.

Describe alternatives you've considered Implementation in only jest; this would be much more time consuming, more complex to maintain, and would not reflect current best-practises.

Additional context Storybook provides a jest add-on for test integration, which will help raise test coverage, specifically for the front-end (nodemapper component).