lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

Add support for automated testing on Windows using the Quality Infrastructure's Vagrant box #219

Closed colinbdclark closed 6 years ago

colinbdclark commented 6 years ago

Currently, Flocking has basic support for VM-based testing of Linux using the Quality Infrastructure. However, it seems to me that it's much more important to have good tests on Windows 10, including both in Node.js and all browsers (Edge has great Web Audio support now).

This will require some custom vagrant provisioning scripts or, better yet, a switch to @amatas' GPII continuous integration Vagrant plugin.

amatas commented 6 years ago

Hi @colinbdclark, here you have a PR with some code to address this issue, I hope it is helpful