Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).