Laravel dusk implementation for testing

This commit is contained in:
Fairuz
2022-04-23 16:14:55 +08:00
parent 2e8e545ed9
commit d81c8b17bd
11 changed files with 187 additions and 5 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
"require": {
"php": "^7.2.5",
"ext-fileinfo": "*",
"ext-json": "^1.6",
"ext-json": "*",
"ext-zip": "*",
"barryvdh/laravel-dompdf": "^0.9.0",
"carlos-meneses/laravel-mpdf": "^2.1",
@@ -31,6 +31,7 @@
"require-dev": {
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9.1",
"laravel/dusk": "^6.23",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"