This repo is meant to hold the Joomla 4 API (webservices) tests.
Run a composer install
in the joomla directory and adjust the REST url in
libraries/vendor/joomla/test-api/tests/api.suite.yml
and copy the codeception.yml
to the Joomla main directory.
Run a composer install
and adjust the paths in the codeception.yml (to tests
). Also adjust the REST url in
libraries/vendor/joomla/test-api/tests/api.suite.yml
Tests with authentication require a user
admin
with passwordadmin
as credentials for now.
vendor/bin/codecept run api
You can also run the command with --debug
to get some extended information.