busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Add random option to test run in via buster-static #441

Open GCheung55 opened 9 years ago

GCheung55 commented 9 years ago

--deterministic isn't respected/allowed when running buster-static.

https://github.com/busterjs/buster-static/blob/master/lib/browser-wiring.js#L5 just needs to be passed a boolean value for random property.

Modifications to https://github.com/busterjs/buster-static/blob/master/lib/buster-static.js would be necessary in order to pass browser-wiring the boolean.