queen
queen copied to clipboard
Distributed computing on browsers
Wondering about the feasibility of a grunt task for spinning up/down a queen server. We do both local dev testing and CI testing via grunt, so this would be a...
As far as I can tell, queen never falls into the code path for actually initializing the remote worked, both in the stable branch and in master. Is this feature...
Currently, if Queen is started with autopopulators, followed immediately by a single-run job, the job will fail because no browsers are connected. Queen should queue up requests that occur during...
Currently Queen expects all autopopulators to maintain an active browser pool. This can be wasteful when Queen is using paid services (Sauce Labs or Browser Stack) and idling for long...