hound
hound copied to clipboard
Elixir library for writing integration tests and browser automation
Reading the documentation I was puzzled by the absence of some atoms (e.g. arrow down) for the `Page.send_key` function, only to find they are actually handled when digging into the...
Hello! I'm using **hound** to write some integration tests for a Phoenix application with a React/Redux front-end. I' have configured it to use **phantomjs** and everything works great until I...
In 825f3a9b1c5fd1220ff2d043e5ad5c5765916901 I've fixed a warning about invoking a function without parentheses. It shows at run-time and looks like this: ``` warning: using map.field notation (without parentheses) to invoke function...