We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0.0
10.48.2
8.2.8
10.5.12
mysql Ver 8.0.32 for Linux on x86_64 (MySQL Community Server - GPL)
In a Sail project, when a test is dump()'ed, subsequent test runs takes minutes to complete, instead of seconds as in the first run.
dump()
sail up
sail dusk
Test code should look like the following
public function testExample(): void { $this->browse(function (Browser $browser) { $browser->visit('/') ->dump('Laravel'); }); }
On first test run, output should be similar to below:
The text was updated successfully, but these errors were encountered:
dd()
Thanks! @crynobone has sent in a PR to address this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Dusk Version
8.0.0
Laravel Version
10.48.2
PHP Version
8.2.8
PHPUnit Version
10.5.12
Database Driver & Version
mysql Ver 8.0.32 for Linux on x86_64 (MySQL Community Server - GPL)
Description
In a Sail project, when a test is
dump()
'ed, subsequent test runs takes minutes to complete, instead of seconds as in the first run.Steps To Reproduce
sail up
sail dusk
Test code should look like the following
On first test run, output should be similar to below:
The text was updated successfully, but these errors were encountered: