|
53 | 53 | <a name="introduction"></a>
|
54 | 54 | ## Introduction
|
55 | 55 |
|
| 56 | +> [!WARNING] |
| 57 | +> [Pest 4](https://pestphp.com/) now includes automated browser testing which offers significant performance and usability improvements compared to Laravel Dusk. For new projects, we recommend using Pest for browser testing. |
| 58 | + |
56 | 59 | [Laravel Dusk](https://github.com/laravel/dusk) provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your local computer. Instead, Dusk uses a standalone [ChromeDriver](https://sites.google.com/chromium.org/driver) installation. However, you are free to utilize any other Selenium compatible driver you wish.
|
57 | 60 |
|
58 | 61 | <a name="installation"></a>
|
|
0 commit comments