From d8b63177e850b370e20ae1e6ca1323f11ea77167 Mon Sep 17 00:00:00 2001 From: Olha Sheremeta Date: Thu, 9 Nov 2023 00:23:20 +0200 Subject: [PATCH] Update README.md Add the testomatio reporter from the Codecept team. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..75a34e9 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Atoum](https://github.com/atoum/atoum) - A simple testing library. * [Behat](https://docs.behat.org/en/latest/) - A behaviour driven development (BDD) testing framework. * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework. +* [Testomatio-reporter](https://github.com/testomatio/reporter) - Reporting and analytics for PHP tests from the Codecept team. Passed, failed, skipped test distribution. Automation coverage, flaky tests, slow tests, never-run tests and many more. * [Faker](https://github.com/fakerphp/faker) - A fake data generator library. * [Foundry](https://github.com/zenstruck/foundry) - A fixture factory generation library for Doctrine. * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.