Laravel Dusk provides simple end-to-end testing and browser automation.
composer require "laravel/dusk:5.0.0"
| 包名 | 版本要求 |
|---|---|
| facebook/webdriver | ^1.3 |
| illuminate/console | ~5.7.0|~5.8.0 |
| illuminate/support | ~5.7.0|~5.8.0 |
| nesbot/carbon | ^1.20|^2.0 |
| php | >=7.1.0 |
| symfony/console | ^4.0 |
| symfony/process | ^4.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| phpunit/phpunit | ^7.0|^8.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2019-02-12 14:17:11 |
| 类型 | library |