toolness / p5.js-docker

Experimental docker setup to make p5.js + p5js.org development easier.
12 stars 4 forks source link

Provide a way to run p5.js unit tests #8

Closed toolness closed 8 years ago

toolness commented 8 years ago

When working on https://github.com/processing/p5.js/pull/1256 I realized that I needed to run the test suite, but there wasn't actually an easy way to do that with the docker container, since it was exposing only p5.js-website.

It'd be nice if the whole p5.js repository was exposed under /p5.js on the website or something, so that going to /p5.js/test/test.html could be used to run the mocha tests in a browser. Obviously this should be documented as well.