liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
761 stars 39 forks source link

Add circleci config #16

Open hoodmane opened 3 years ago

hoodmane commented 3 years ago

I added some native tests (in nodejs) and browser tests, a server for the browser tests, a setup to webpack files for the browser tests, and circle ci config.

Result looks like this: image The two browser-test failures are firefox due to a problem with the playwright docker image firefox installation. build-main fails because of typescript errors.

If merged, you will have to enable circleci in order to get it to actually work.