hound
hound copied to clipboard
Elixir library for writing integration tests and browser automation
Hello. I am testing in Phoenix. using phantomjs --wd and I ran tests, it shows this test show fruits (MangoWeb.Acceptance.CategoryPageTest) test/mango_web/acceptance/category_page_test.exs:14 ** (RuntimeError) Webdriver call status code 404 for post...
Useful since you can start the chrome server programmatically, or wait for it
I'm seeing this: `10:04:35.621 [warn] unknown error: Element ... is not clickable at point (163, 275). Other element would receive the click:` I cannot imagine a situation where this should...
When running Hound with Selenium, using Firefox as browser, `find_element` and related functions do not work. Hound has problems parsing the return value if the element is found. For instance,...
Unfortunately, it doesn't support multiple sessions (not just concurrent — you can only create a session once in the lifetime of the `geckodriver` process) https://github.com/mozilla/geckodriver/issues/882 so it's not even possible...
Implements https://github.com/HashNuke/hound/issues/196 WIP: line 66 of `screenshot_test.exs` is failing because I haven't found a way to get the ConnectionServer to pick up the updated `:screenshot_dir` config value since the supervisor...
We've found with CircleCI that we randomly received timeouts when using standalone selenium Chrome instance. From time to time these timeouts occur more often and seem to randomly disappear again....
301, 302, 303 (only POST), 307 redirections need at least one retry for hackney to follow it.
I'm pretty new in Hound. It was not clear for me, whether hound start server locally on not. I've found the answer, that it doesn't. So I reflect this in...