From 17fd8b5d9fec8554f0243408a18f15e97f70b809 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Sun, 29 Mar 2020 16:41:37 +0800 Subject: [PATCH] Add info about RainLab Dusk for functional testing --- tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/README.md b/tests/README.md index 1828e6cfb..2932c2b67 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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.