PHP Test Frameworks
Installation
Codeception
Get API key from Testomatio application and set it as TESTOMATIO
environment variable.
Run your tests withTestomatio\Reporter\Codeception
extension enabled:
On Linux/MacOS:
On Windows
Alternatively, you can add Testomatio\Reporter\Codeception
extension to suite or global config.
Reporter will be started only when TESTOMATIO
environment variable is set:
PHPUnit
PHPUnit v10+ is not implemented yet
Add Testomatio\Reporter\PHPUnit
listener to phpunit.xml
or phpunit.dist.xml
Run tests and provide TESTOMATIO
API key as environment variable:
On Linux/MacOS:
On Windows