Skip to content
Advertisement

Server-side testing forms laravel [closed]

I don’t know if this can be done but I want to test through a cron job or but the laravel schedule forms from other websites, these websites are mine but independent from this project. The purpose is to test the forms of several websites automatically to check that they work in the same way that would test a client, it is like making a bot that sends to the forms.

Thanks in advance.

Advertisement

Answer

Laravel Dusk (https://laravel.com/docs/8.x/dusk) is what you need to look into.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement