Add info about RainLab Dusk for functional testing
This commit is contained in:
parent
822e6d29ad
commit
17fd8b5d9f
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue