orchestral / testbench-core by crynobone

Testing Helper for Laravel Development
20,805,457
251
3
Package Data
Maintainer Username: crynobone
Maintainer Contact: crynobone@gmail.com (Mior Muhammad Zaki)
Package Create Date: 2017-03-21
Package Last Update: 2024-03-21
Home Page: https://github.com/orchestral/testbench
Language: PHP
License: MIT
Last Refreshed: 2024-03-24 03:09:49
Package Statistics
Total Downloads: 20,805,457
Monthly Downloads: 638,094
Daily Downloads: 16,355
Total Stars: 251
Total Watchers: 3
Total Forks: 37
Total Open Issues: 2

Testing Helper for Laravel Development

Join the chat at https://gitter.im/orchestral/testbench

Testbench Component is a simple package that has been designed to help you write tests for your Laravel package.

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Version Compatibility

Laravel | Testbench Core :---------|:---------- 5.4.x | 3.4.x 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x 5.8.x | 3.8.x

Usage

Testbench Core is being built to enable Laravel Framework to build and run integration tests for the framework itself. For package developers please use any of the following testbench projects:

Testbench

It loads Laravel apps and enable 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 (interacting with form, button, link etc) but without JavaScript being loaded.

Latest Stable Version Total Downloads

Testbench Dusk

It extends Testbench and allows you to interact with views using CSS selectors (interacting with form, button, link etc). By loading the pages using Google Chrome it enable you to interacts with JavaScript powered content.

Latest Stable Version Total Downloads