dusk-dashboard
dusk-dashboard copied to clipboard
A beautiful dashboard for your Laravel Dusk tests
* Upgrade to PHP 8.0 * Upgraded some packages * Applied community improvements from other forks
Composer won't let me install this on my PHP 8.0 project -- are major code updates needed, or can we just update the composer file to allow for php8 usage?...
Hello, Is there any way to use your package with guzzleHttp "^7.0" ? Some of other package of my app require this version of guzzle and your package require "^6.3"...
This fixes an issue that occurs with phpunit.dusk.xml files that have test suite paths defined in a "formatted" style. Previously the following would break: ```xml ./tests/Browser ``` And it would...
I am working on Laravel 5.7 application built on docker (docker-compose). Several containers with nginx and php kept as separate containers. I may run Laravel dusk tests on php container,...
As for now dusk dashboard have a single button and on clicking it starts to execute all my test cases in tests/browser directory. Dusk dashboard should have some more friendly...
I have a laravel and selenium container for testing, dusk works fine in the console Starting the dusk-dashboard works fine and it shows up When I press start in the...
- Running Dusk 5 + Laravel 5.8 + Latest Dusk Dashboard - Running inside Homstead - When I click "start tests" it runs through the tests on the left hand...