bunyip icon indicating copy to clipboard operation
bunyip copied to clipboard

Browser won't launch with multiple test files

Open themicp opened this issue 11 years ago • 1 comments

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.

themicp avatar Jan 24 '14 15:01 themicp

Same deal as #23 I'll need to handle the wild card syntax.

ryanseddon avatar Jan 30 '14 03:01 ryanseddon