react-sketchapp icon indicating copy to clipboard operation
react-sketchapp copied to clipboard

Automate e2e tests for all examples

Open jaridmargolin opened this issue 7 years ago • 0 comments

Keeping all examples working as API changes are made is cumbersome. I believe the major pain point here is knowing what needs to updated. Currently, this requires manually running each example and verifying output.

I believe we would be able to greatly increase our confidence that examples are all working as expected by creating very light e2e tests. As a first pass, I purpose we simply check that content gets rendered rather than a RedBox.

This should help us mitigate issues like #351 and #360

jaridmargolin avatar Jun 21 '18 15:06 jaridmargolin