From 060c5c9dbf8d6c9bc79e5c353249cd7691bc0248 Mon Sep 17 00:00:00 2001 From: javier gomez Date: Tue, 21 Jul 2015 11:04:14 +0200 Subject: [PATCH] Add TestTatistics Extension related to http://phptest.club/t/how-to-create-a-codeception-extension-to-check-your-tests-performance/374 --- addons.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons.markdown b/addons.markdown index 3e22fc410..b3661691a 100644 --- a/addons.markdown +++ b/addons.markdown @@ -104,6 +104,10 @@ WordPress specific extensions of PHPBrowser and Db modules to allow for more str An extended Webdriver Browser to navigate through Joomla sites with Codeception. +#### [TestStatistics](https://github.com/redCOMPONENT-COM/teststatistics#teststatistics) + +TestStatistics is a Codeception Extension to measure the performance of your tests. The extension lists your slower steps, probably meaning that the used locator is not performant. Is a smart tool to improve the speed of your Acceptance tests, and serves as example to create your own reporting extensions. + --- ## IDE Plugins