Add info about RainLab Dusk for functional testing

This commit is contained in:
Ben Thomson 2020-03-29 16:41:37 +08:00
parent 822e6d29ad
commit 17fd8b5d9f
No known key found for this signature in database
GPG Key ID: E2B9C73B52D15AA0
1 changed files with 6 additions and 0 deletions

View File

@ -97,3 +97,9 @@ To perform unit testing on the core October files, you should download a develop
### Unit tests
Unit tests can be performed by running `phpunit` in the root directory or inside `/tests/unit`.
### Functional tests
Functional tests can be performed by installing the [RainLab Dusk](https://octobercms.com/plugin/rainlab-dusk) in your October CMS installation. The RainLab Dusk plugin is powered by Laravel Dusk, a comprehensive testing suite for the Laravel framework that is designed to test interactions with a fully operational October CMS instance through a virtual browser.
For information on installing and setting up your October CMS install to run functional tests, please review the [README](https://github.com/rainlab/dusk-plugin/blob/master/README.md) for the plugin.