Skip to content

Commit 7635641

Browse files
[9.x] Dusk v7 doc adjustments (laravel#8140)
* Update dusk.md * Update dusk.md * Update dusk.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent 2f2cc7e commit 7635641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dusk.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ composer require --dev laravel/dusk
6565
> **Warning**
6666
> If you are manually registering Dusk's service provider, you should **never** register it in your production environment, as doing so could lead to arbitrary users being able to authenticate with your application.
6767
68-
After installing the Dusk package, execute the `dusk:install` Artisan command. The `dusk:install` command will create a `tests/Browser` directory and an example Dusk test:
68+
After installing the Dusk package, execute the `dusk:install` Artisan command. The `dusk:install` command will create a `tests/Browser` directory, an example Dusk test, and install the Chrome Driver binary for your operation system:
6969

7070
```shell
7171
php artisan dusk:install
@@ -79,7 +79,7 @@ Next, set the `APP_URL` environment variable in your application's `.env` file.
7979
<a name="managing-chromedriver-installations"></a>
8080
### Managing ChromeDriver Installations
8181

82-
If you would like to install a different version of ChromeDriver than what is included with Laravel Dusk, you may use the `dusk:chrome-driver` command:
82+
If you would like to install a different version of ChromeDriver than what is installed by Laravel Dusk via the `dusk:install` command, you may use the `dusk:chrome-driver` command:
8383

8484
```shell
8585
# Install the latest version of ChromeDriver for your OS...

0 commit comments

Comments
 (0)