Testing
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
We're sorry to report that since Live View 0.17.7, wallaby has stopped working properly. See the write-up on how to fix it. We will be fixing this in the next version. Apologies about this.