orchestra/testbench-browser-kit
Adds Laravel BrowserKit testing to Orchestra Testbench for package development. Swap your base test case to Orchestra\Testbench\BrowserKit\TestCase to use fluent visit/see/form APIs in functional tests across supported Laravel versions.
orchestra/testbench-browser-kit adds Laravel BrowserKit testing to Orchestra Testbench, making it easy to write functional tests for Laravel packages. Swap your base test case from Orchestra\Testbench\TestCase to Orchestra\Testbench\BrowserKit\TestCase and use the fluent BrowserKit API to drive requests, assert content, and interact with forms.
Built on laravel/browser-kit-testing, it provides a familiar, lightweight testing workflow across multiple Laravel versions.
visit(), see(), dontSee(), form interactionsHow can I help you explore Laravel packages today?