
For testing your package's Livewire components with Laravel Dusk
Livewire Dusk Testbench is an invaluable tool for developers working with Laravel and Livewire, designed to streamline the testing process of Livewire components. Developed by Caleb Porzio and packaged by Josh Hanley, this convenience wrapper enhances the existing Orchestral Testbench Dusk framework, making it more accessible and efficient for those looking to implement rigorous testing into their Livewire applications. By simplifying the setup process and providing clear guidelines, this tool allows developers to focus more on coding and less on configuration.
With Livewire Dusk Testbench, testing becomes a more intuitive experience. Whether you’re upgrading from a previous version or starting fresh, the straightforward installation and usage process are tailored to ensure that Livewire components can be tested easily and effectively.
Livewire::visit(MyComponent::class).