I am working on a laravel php application.
I want to automated tests with dusk.
What i want to do when launching tests is first create and initialize a dedicated database.
I want this database to be destroyed at the end of the tests
Is there a way to do that properly with dusk or should i do it manually by Hand ?
Thanks