Skip to content

Commit

Permalink
Update tests/README.md (#43487)
Browse files Browse the repository at this point in the history
- fixed tests/System/README.md broken link 
- renamed Cypress to System tests to have unique naming in documentation
- extended a little bit and linked Cypress.io
  • Loading branch information
muhme committed May 31, 2024
1 parent 200ca9c commit 788e2d1
Showing 1 changed file with 2 additions and 2 deletions.
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).

0 comments on commit 788e2d1

Please sign in to comment.