@giannierrera Why do you need to test Laravel Fortify?
You have to test your code not the framework…
But you can see the full tests on github: https://github.com/laravel/fortify/tree/1.x/tests
I would like to test Fortify authentication, specifically I would like to test wether two factors authentication is working correctly, but I can't think of any way to do it.
I would like also to check whether reset password and other Fortify routes are working as well.
Is there anything I can do?
Please or to participate in this conversation.