Add link to testing best practices document

This commit is contained in:
javier gomez 2015-10-31 17:19:21 +01:00
parent 092ea0328d
commit 6e78edfd2f
1 changed files with 3 additions and 1 deletions

View File

@ -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!
```
```