vanguardbackup / vanguard

Open-source backup solution for server and application backup, built by the community for the community.
https://vanguardbackup.com
GNU Affero General Public License v3.0
21 stars 2 forks source link

Improving Dusk Test Coverage #14

Closed lewislarsen closed 2 months ago

lewislarsen commented 4 months ago

Dusk was added a few weeks ago and I will slowly be adding Dusk tests to the project piece by piece.

Contributions to this would be helpful as I'd like to get as much tested with Dusk as possible.

lewislarsen commented 3 months ago

I want to look into this relatively soon, I ran into a problem with maintaining the correct database state when I was authenticated.

I'm not too familiar with Dusk admittedly.

Likely something to do with: https://laravel.com/docs/11.x/dusk#resetting-the-database-after-each-test

An annoying problem but hopefully solvable.