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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
Teaspoon is a javascript test runner, and it supports using capybara-webkit as the driver. The capybara-webkit support was added via a PR, and a few people added some additional information that console output wasn't working correctly in an issue.
I dug into the implementation and attempted to add better support for capybara-webkit, but it doesn't behave exactly as expected. If someone here is interested in helping clarify how we can accomplish this it would be great.
Teaspoon is a javascript test runner, and it supports using capybara-webkit as the driver. The capybara-webkit support was added via a PR, and a few people added some additional information that console output wasn't working correctly in an issue.
I dug into the implementation and attempted to add better support for capybara-webkit, but it doesn't behave exactly as expected. If someone here is interested in helping clarify how we can accomplish this it would be great.
You can read more about the issue here:
jejacks0n/teaspoon#428 (comment)
Check the initial implementation here:
https://github.com/modeset/teaspoon/blob/master/lib/teaspoon/driver/capybara_webkit.rb
Check my adjusted implementation here:
https://github.com/modeset/teaspoon/blob/capybara-webkit-fixes/lib/teaspoon/driver/capybara_webkit.rb
If there's a better way to get the output that's great. I can provide any additional details as needed.
The text was updated successfully, but these errors were encountered: