stechstudio / laravel-visual-testing

Visual UI screenshot testing with Laravel Dusk using percy.io
MIT License
33 stars 8 forks source link

Make DuskCommand compatible with Pest #6

Closed inventionate closed 3 years ago

inventionate commented 3 years ago

The current Dusk version introduces a new option to become compatible with Pest (CHANGELOG). This PR adds the option so that the package can also be used with the latest Dusk version.

jszobody commented 3 years ago

Thanks!