amypellegrini/react-scorewriter
Implement visual regression testing solution
Open
#11 opened on Dec 3, 2020
good first issuetesting
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (PR metrics pending)
Description
Investigate between the following options and implement the most suitable solution:
- https://github.com/garris/BackstopJS
- https://github.com/oblador/loki
- https://github.com/mjhea0/cypress-visual-regression
- https://github.com/americanexpress/jest-image-snapshot
The plan is:
- Migrate all the sheet music rendering components out of closed source repo as they are now, without any changes.
- Add visual regression testing to all of them to enable safe refactoring
- Implement any enhancements while maintaining visual regression testing (backwards compatibility)