We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8d0c3 commit 21f822fCopy full SHA for 21f822f
README.md
@@ -1,6 +1,30 @@
1
# teststatistics
2
Codeception Extension to measure the performance of your tests
3
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
28
## Useage
29
Simply add to your extensions the line at the bottom in the following example in your codeception.yml:
30
0 commit comments