On Github Miljar / p2p-codeception-slides
$ composer require [--dev] codeception/codeception
(or with PHAR)
$ vendor/bin/codecept bootstrap [--empty]
$ vendor/bin/codecept run [suite]
$ vendor/bin/codecept run unit
Representation of tests as actions of a person
(BDD anyone?)
Actor classes are generated
Functionality comes from Modules
Configure in suite config
Tests; BDD-style
(Optional for low-level tests)
Environments