We used Wallaby on a previous client (Elixir/Phoenix) project and it was OK...
We stopped using it because our use-case didn't justify the extra overhead.
But on a recent project it was proposed as the testing tool.
So I'm considering revisiting it.
Seems like a testing tool of all things could get coverage up to 100% the way we do for all our projects. ðŸ’
But on the basis that enough people are using it ... we can hopefully assume that it's reliable.
Todo
[ ] Explore using Wallaby for a basic todo list test
[ ] Determine if the experience is smooth or tedious
[ ] Use it to build one more feature for this tutorial: editing a todo list item.
[ ] Decide if it's worth pursuing in other UI-heavy projects.
We used Wallaby on a previous client (Elixir/Phoenix) project and it was OK... We stopped using it because our use-case didn't justify the extra overhead.
But on a recent project it was proposed as the testing tool. So I'm considering revisiting it.
Not impressed by the fact that, at the time of writing it has "CI Failing" and only 42% coverage ... https://github.com/elixir-wallaby/wallaby
Seems like a testing tool of all things could get coverage up to 100% the way we do for all our projects. 💠But on the basis that enough people are using it ... we can hopefully assume that it's reliable.
Todo