Browser won't launch with multiple test files
Hello!
When I run the command bunyip -f test.html local -l "safari" it will launch Safari browser and then wait for the test execution, everything is ok with that.
If I try to run multiple QUnit test files with bunyip -f tests/*.html local -l "safari" like I do on yeti, it won't launch the browser and it will just go to the "waiting for agents" state and I have to manually open Safari. If I open the browser and go to the test page and then begin the testing, It will only run one test file and then it completes and kills the server.
How should I run multiple test files? It's weird that the above command doesn't work since it's supported on yeti.
Same deal as #23 I'll need to handle the wild card syntax.