2017 © Pedro PelĂĄez
 

library teststatistics

Codeception Extension to measure the performance of your tests

image

redcomponent/teststatistics

Codeception Extension to measure the performance of your tests

  • Monday, February 19, 2018
  • by jatitoam
  • Repository
  • 6 Watchers
  • 8 Stars
  • 50,699 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

teststatistics

Codeception Extension to measure the performance of your tests, (*1)

After running your tests you will see a Performance report of your tests:, (*2)

Tests Performance times
-----------------------------------------------
tagCest::create                     6s
tagCest::edit                       15s
tagCest::delete                     3s


Slow Steps (Steps taking more than 3s)
-----------------------------------------------
I click button 6s

Installation

Add teststatistics to your composer.json, (*3)

  "require-dev": {
    ...
    "redcomponent/teststatistics": "dev-master",

Useage

Simply add to your extensions the line at the bottom in the following example in your codeception.yml:, (*4)

actor: Tester
paths:
    tests: tests
    log: tests/_output
    data: tests/_data
    helpers: tests/_support
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
extensions:
    enabled: [Codeception\Extension\Teststatistics]

The Versions

19/02 2018

dev-master

9999999-dev https://github.com/redCOMPONENT-COM/teststatistics

Codeception Extension to measure the performance of your tests

  Sources   Download

GPL-2.0+ GPL2

The Development Requires

tdd unit testing functional testing acceptance testing performance

19/02 2018

dev-develop

dev-develop https://github.com/redCOMPONENT-COM/teststatistics

Codeception Extension to measure the performance of your tests

  Sources   Download

GPL-2.0+ GPL2

The Development Requires

tdd unit testing functional testing acceptance testing performance

27/04 2016

v2.2

2.2.0.0 https://github.com/redCOMPONENT-COM/teststatistics

Codeception Extension to measure the performance of your tests

  Sources   Download

GPL2

The Development Requires

tdd unit testing functional testing acceptance testing performance

20/07 2015

v2.1

2.1.0.0 https://github.com/redCOMPONENT-COM/teststatistics

Codeception Extension to measure the performance of your tests

  Sources   Download

GPL2

The Development Requires

tdd unit testing functional testing acceptance testing performance