orchestra/testbench-core

Testing Helper for Laravel Development

v9.8.2 2024-12-19 00:12 UTC

This package is auto-updated.

Last update: 2024-12-19 01:31:03 UTC


README

Testbench Core is a framework designed to help you write tests and interact with your Laravel package.

tests Latest Stable Version Total Downloads Latest Unstable Version License

Version Compatibility

Usage

Testbench

It loads a Laravel application within your package repository and enables you to run artisan commands, migrations, factories, and basic routing from within your tests.

Latest Stable Version Total Downloads

Testbench BrowserKit

It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc.) without loading JavaScript.

Latest Stable Version Total Downloads

Testbench Dusk

It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc). Loading the pages using Google Chrome enables you to interact with JavaScript-powered content.

Latest Stable Version Total Downloads

Workbench

It loads a Laravel application within your package repository and enables you to preview the package directly within the repository.

Latest Stable Version Total Downloads