beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
559 stars 63 forks source link

Proxy handling unsuccessful tests to the method on base class #28

Closed nikazooz closed 5 years ago

nikazooz commented 5 years ago

This PR fixes #16

After notifying the dashboard of failed test we need to perform the same handling of that test as the base class would by proxying to the parent (in this case it just throws the Throwable).

Unless this is done, the test is seen as passing in the command line.

Cheers!