|
|
@ -14,10 +14,9 @@ INSTALLATION |
|
|
|
|
|
|
|
Installation: |
|
|
|
|
|
|
|
0. Note that the suite requires PHP >= 7.2 and PHPUnit >= 7.5. |
|
|
|
1. Install Laravel Dusk with all dependencies. |
|
|
|
``` |
|
|
|
composer require "laravel/dusk:~6.17.0" |
|
|
|
composer require "laravel/dusk:^7.7" |
|
|
|
``` |
|
|
|
2. Install Chrome WebDriver for the version of Chrome/Chromium in your system. Yes, |
|
|
|
you have to have Chrome/Chromium installed. |
|
|
|