diff --git a/tests/README.md b/tests/README.md index 7943ecdb28936..d36cf9c23cee6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,6 +15,6 @@ Javascript tests ========== The javascript tests test the Joomla-specific Javascript code. For further information on the tests and on how to run them, please check out https://docs.joomla.org/Special:MyLanguage/Running_JavaScript_Tests_for_the_Joomla_CMS -Cypress tests +System tests ========== -The Cypress tests test the user interface in a real browser and the webservices API of Joomla with the help of cypress.io. For further information on the tests and on how to run them, please check out [tests/System/README.md](cypress/README.md). +The system tests utilize [Cypress](https://cypress.io) to perform end-to-end tests in a real browser. This includes the Joomla web installation step, testing the user interface, and testing the web services API of Joomla. For further information on the tests and on how to run them, please check out [tests/System/README.md](System/README.md).