timurstrekalov / saga

Better code coverage tool for JavaScript.
http://timurstrekalov.github.com/saga/
Other
87 stars 25 forks source link

Run all tests through testRunner.html #36

Open push23 opened 12 years ago

push23 commented 12 years ago

Is it possible to run test not just like: testSomething.html but something like: testRunner.html?testPage=testSomething.html&autoRun=true

Or, is there any another way to run test through testRunner.html?

timurstrekalov commented 12 years ago

Not at the moment, no. Currently it simply loads files without passing any parameters to them, but it's an interesting proposal, it's not hard to implement either.