π‘οΈTesting
Wallaby
Wallaby allows you to write end-to-end tests as though you're operating a browser session. A test looks like this:
You can see the full test in test/features/signup_test.exs
.
Wallaby tests don't run by default as they can be slow. We have hidden them behind a "feature" flag.
v1.3.0 BUG WITH LIVE VIEW
We're sorry to report that since Live View 0.17.7, wallaby has stopped working properly. See the write-up here on how to fix it. We will be fixing this in the next version. Apologies about this.
If you really want e2e tests then we suggest either following the instructions in the link above or downgrading phoenix_live_view => 0.17.6.
Last updated