Automatically reloading tests with Elixir Phoenix and ExUnit on Ubuntu
TL;DR
You need inotify-tools installed before going further.
sudo apt-get install inotify-tools
You can then execute the following command to automatically reload your tests when updating a file inside web/ lib/ or test/.
Happy Coding!