jejacks0n / teaspoon

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

capybara_webkit driver still supported ? #297

Closed jvenezia closed 9 years ago

jvenezia commented 9 years ago

https://github.com/modeset/teaspoon/wiki/Using-Capybara-Webkit Is it still supported ?

In the teaspoon_env.rb comments, capybara_webkit is not listed as a supported driver. When I try, I get:

Unknown driver: "capybara_webkit"
ajb commented 9 years ago

Looks like it was recently added. You might want to try bundling teaspoon with github: 'modeset/teaspoon'.

jvenezia commented 9 years ago

Yep ! works with the lastest version. However I have no output when I run tests with capybara :/ But it's another problem, I'll check this out.

Thanks !