Login Test with Laravel Dusk
Showing
| ... | ... | @@ -35,6 +35,7 @@ |
| "filp/whoops": "~2.0", | ||
| "friendsofphp/php-cs-fixer": "^2.10", | ||
| "fzaninotto/faker": "~1.4", | ||
| "laravel/dusk": "^5.0", | ||
| "laravel/telescope": "^2.0", | ||
| "mockery/mockery": "1.2.2", | ||
| "nunomaduro/larastan": "^0.3.15", | ||
| ... | ... |
phpunit.dusk.xml
0 → 100644
tests/Browser/LoginTest.php
0 → 100644
tests/Browser/Pages/Page.php
0 → 100644
tests/DuskTestCase.php
0 → 100644
Please register or sign in to comment