laravel-visual-diff
laravel-visual-diff copied to clipboard
Create visual diffs in your Laravel application tests.
Hello @mpociot Thank you for this package 😊 Would you be interested in a PR to update it to Laravel 7 and 8? I am working on a project which...
Hi, I'm trying to install this in a project that using Laravel 6.4 but it won't allow me to. I get the following error. Problem 1 - Installation request for...
Hello @mpociot So I go to try it out, even with first example Dusk test. ``` $this->browse(function (Browser $browser) { $browser->visit('/') ->assertSee('Laravel') ->visualDiff('homepage'); }); ``` run it once, makes screenshot...
…plications executes OK. Tests: https://github.com/beyondcode/laravel-visual-diff/blob/fbf586f2a88671587c5d0a66def342e43333d7e2/src/VisualDiff.php#L133-L139 I'm not sure I can add tests, as I cannot replace Process here, it's being instatiated with `new` keyword, I would go ahead and resolve...