A couple of months back, we announced Japa (a homegrown testing framework for Node). This month, we integrated Japa into AdonisJS, providing a seamless testing experience.
When writing tests:
AdonisJS allows you to organize tests using test suites.
There are times you would want to see things from your users’ perspective, most especially when offering support with issues they might be having. In those s…