Plataformatec just published a great introduction to testing Phoenix apps with Hound. Hound is really cool because it gives you a nice API to build browser-based acceptance tests that exercise your complete application -- from your Ember/React/Angular frontend to your Phoenix backend.defmodule Myapp.Integration.AuthenticationTest do
use