Skip to content

Commit 21f822f

Browse files
committed
Update README.md
1 parent 3a8d0c3 commit 21f822f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# teststatistics
22
Codeception Extension to measure the performance of your tests
33

4+
After running your tests you will see a Performance report of your tests:
5+
6+
```
7+
Tests Performance times
8+
-----------------------------------------------
9+
tagCest::create 6s
10+
tagCest::edit 15s
11+
tagCest::delete 3s
12+
13+
14+
Slow Steps (Steps taking more than 3s)
15+
-----------------------------------------------
16+
I click button 6s
17+
```
18+
19+
## Installation
20+
Add teststatistics to your composer.json
21+
22+
```yaml
23+
"require-dev": {
24+
...
25+
"redcomponent/teststatistics": "dev-master",
26+
```
27+
428
## Useage
529
Simply add to your extensions the line at the bottom in the following example in your codeception.yml:
630

0 commit comments

Comments
 (0)