When using live view pages I really like to follow the live view approach, it works nicely. But I think this can be used on regular pages where you do not have LiveView running
The overwhelming majority of the time, LiveView tests will get the job done. Wallaby tests are only needed if you're using custom Phoenix hooks that you want assurance of / under test.
Awesome step-by-step, working fine here. Great Job!
boom!
another banger! glad you're covering topics that are harder to find.
Lav! Thank you for your encouragement! :D
Is there any advantages or benefit of using Wallaby over Elixir/Phoenix/LiveView Testing tools?
When using live view pages I really like to follow the live view approach, it works nicely. But I think this can be used on regular pages where you do not have LiveView running
The overwhelming majority of the time, LiveView tests will get the job done.
Wallaby tests are only needed if you're using custom Phoenix hooks that you want assurance of / under test.
Amazing. Thank you
You got it!
Coming from Playwright: I HATE this