jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Reuse running server if it exists #313

Closed mikepack closed 9 years ago

mikepack commented 9 years ago

Gracefully handles #294

jejacks0n commented 9 years ago

Whoa! That's an excellent solve. If it works how I assume, yeah, it won't bother starting a second instance if something responds and is available at the specified url/port.