Package Data | |
---|---|
Maintainer Username: | darrynten |
Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
Package Create Date: | 2019-10-29 |
Package Last Update: | 2020-03-19 |
Home Page: | https://github.com/orchestral/testbench |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-08 03:21:34 |
Package Statistics | |
---|---|
Total Downloads: | 1,209 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Lumen compatible fork of orchestra/testbench-core
Testbench Component is a simple package that has been designed to help you write tests for your Laravel package.
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 6.x | 4.x 7.x | 5.x@dev
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:
It loads Laravel apps and enable you to run artisan commands, migrations, factories and basic routing from within your tests.
It extends Testbench and allows you to interact with views using CSS selectors (interacting with form, button, link etc) but without JavaScript being loaded.
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.