Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 574 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 574 Bytes

Codeception testing

Codeception is a full-stack testing PHP framework. This repo provides the examples for REST API and acceptance tests.

Installation

Install via Composer

php composer.phar require "codeception/codeception"

or

Download Phar file

wget https://codeception.com/codecept.phar

execute as

php codecept.phar

See detail https://codeception.com/install

Running test

REST API test

codecept run tests/api/ApiTestingCest.php

Acceptance test

codecept run tests/appeptance/AcceptTestingCest.php