diff options
Diffstat (limited to 'docs/build-and-dev.md')
| -rw-r--r-- | docs/build-and-dev.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build-and-dev.md b/docs/build-and-dev.md index 4afe8d7bc..6cfde42f7 100644 --- a/docs/build-and-dev.md +++ b/docs/build-and-dev.md @@ -44,8 +44,8 @@ To run the unit tests written, run: ### Integration tests Integration tests run with Mocha and are based on Selenium. They generally -require a complete environment made of several components like redis, mongo and a LDAP -to run. That's why [suites] have been created. At this point, the *basic* suite should +require a complete environment made of several components like redis, a SQL server and a +LDAP to run. That's why [suites] have been created. At this point, the *basic* suite should already be running and you can run the tests related to this suite with the following command: |
