PHP Test Frameworks
Installation
Codeception
[!NOTE] For Codeception 4.x install
testomatio/php-reporter
version 0.4.0, for Codeception 5+ install1.0.0
version of this reporter.
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