hound
hound copied to clipboard
No browser/javascript driver
Hi there.
Have you think about the possibility to add something like a ConnTest
driver to hound? This would not be an actual browser, therefore it would not support javascript. However, it would be faster and very useful for scenarios where javascript is not used. When javascript is needed, driver could be changed on-the-fly through a test tag.
In ruby world, capybara provides with this functionality through RackTest
driver. For phoenix framework, there is phoenix_integration for that, but it is a pain to use two different DSL in the same project.
Thanks for any feedback