busterjs / buster

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

buster-test, with a large collection of sources, loads slowly in cli #399

Open GCheung55 opened 10 years ago

GCheung55 commented 10 years ago

There's a bottleneck where a large collection of sources defined in buster config slows running of tests in a browser environment.

Is it because all of the sources are being pre-loaded before sending them off to the browser?

Could the sources be dynamically loaded instead?