You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: