29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00
cms/tests
2023-05-06 14:19:14 -04:00
..
Codeception Merge branch '4.2-dev' into upmerge-2023-02-03 2023-02-03 19:04:22 -05:00
cypress Add tests to UserList.cy.js (#39723) 2023-01-29 12:16:10 +01:00
Integration Optimizing import statements (#39984) 2023-03-08 00:12:14 -05:00
Unit [4.3] License.txt (#40400) 2023-05-06 14:19:14 -04:00
phpunit-appveyor.xml.dist Facilitate running tests (#38775) 2023-01-26 13:08:33 +01:00
README.md Facilitate running tests (#38775) 2023-01-26 13:08:33 +01:00

Automated Testing of the Joomla CMS

Joomla maintains a range of different methods to run automated tests on its codebase.

Unit tests

The unit tests are checking the specific PHP code of the Joomla framework with the help of PHPUnit. For further information on the tests and on how to run them, please check out tests/Unit/README.md.

Integration tests

The integration tests are checking the parts of PHP code of the Joomla CMS that interact with external services with the help of PHPUnit. For further information on the tests and on how to run them, please check out tests/Integration/README.md.

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

Codeception tests

The Codeception tests test the user interface in a real browser and the webservices API of Joomla with the help of Codeception. For further information on the tests and on how to run them, please check out tests/Codeception/README.md.