bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.33k stars 157 forks source link

Regression testing #83

Closed reecelucas closed 6 years ago

reecelucas commented 6 years ago

What Does This PR Do?

To run the regression test suite standalone, you can use: npm run test-regression. To run the complete test suite (unit, integration and regression) use npm run test.

PTaylour commented 6 years ago

Super cool. Ready for a review?

PTaylour commented 6 years ago

@reecelucas have ported the old chai tests to jest and mocked out webgl so that they don't need a browser.

I'm going to switch to yarn and add travis next week before merging.