Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

joomla/test-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API testing package for Joomla

Abstract

This repo is meant to hold the Joomla 4 API (webservices) tests.

Installation

A) From Joomla Main repo

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.

B) Standalone

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 password admin as credentials for now.

Running

vendor/bin/codecept run api

You can also run the command with --debug to get some extended information.

Releases

No releases published

Packages

No packages published