neuroanatomy / BrainBox

BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
https://brainbox.pasteur.fr
Other
96 stars 46 forks source link

#157 setup tests #182

Closed iain8 closed 6 years ago

iain8 commented 6 years ago

Added mocha and puppeteer for good testing times


I also updated the README and cleaned up the /test folder a bit (except for the /test/data folder, wasn't sure what that was for). Added a basic integration test just to show how puppeteer works.

Also just to note you will have to rebuild your docker image to include the dependencies necessary for puppeteer (i.e. headless Chrome).