amypellegrini / react-scorewriter

React sheet music renderer
MIT License
2 stars 1 forks source link

Implement visual regression testing solution #11

Open amypellegrini opened 3 years ago

amypellegrini commented 3 years ago

Investigate between the following options and implement the most suitable solution:

The plan is:

  1. Migrate all the sheet music rendering components out of closed source repo as they are now, without any changes.
  2. Add visual regression testing to all of them to enable safe refactoring
  3. Implement any enhancements while maintaining visual regression testing (backwards compatibility)