Simple example of integration testing a Phoenix app. Goes with blog post Integration Testing a JSON API in Phoenix.
mix deps.get
mix deps.compile
mix test
- Initially used Phoenix v0.11
- Updated on 8/23/15 to use Phoenix v0.17
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple example of integration testing a Phoenix app. Goes with blog post Integration Testing a JSON API in Phoenix.
mix deps.get
mix deps.compile
mix test