From 6e78edfd2f8cac5a046206243eaf6e292cc1b7e2 Mon Sep 17 00:00:00 2001 From: javier gomez Date: Sat, 31 Oct 2015 17:19:21 +0100 Subject: [PATCH] Add link to testing best practices document --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea77d59..023671f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This repo is meant to hold the decoupled com_weblinks component and related code. # Tests +The tests in Weblinks Extension use Codeception Testing Framework, if you want to know more about the technology used for testing please check: [Testing Joomla Extensions with Codeception](https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception). + To prepare the system tests (Selenium) to be run in your local machine you are asked to rename the file `tests/acceptance.suite.dist.yml` to `tests/acceptance.suite.yml`. Afterwards, please edit the file according to your system needs. ## Optional: extra configuration for RoboFile @@ -69,4 +71,4 @@ Once all tests were executed, you may also run a specific test: ```bash $ vendor/bin/robo run:test // Then select the test you want to run! -``` \ No newline at end of file +```