... allows you to easily identify long running steps.
Step | Fastest | Slowest | Variation | Variance | Std Deviation | Count | Average | Total |
---|---|---|---|---|---|---|---|---|
/^I have a calculator$/ | 0.303s | 0.303s | - | - | - | 1 | 0.303s | 0.303s |
/^I have entered (\d+(?:.\d+)?) into the calculator$/ | 0.202s | 0.206s | 0.003s | < 0.000s | 0.001s | 8 | 0.204s | 1.635s |
/^I add$/ | 0.503s | 0.505s | 0.001s | < 0.000s | < 0.000s | 4 | 0.504s | 2.018s |
/^the result should be (\d+(?:.\d+)?) on the screen$/ | 0.603s | 0.605s | 0.001s | < 0.000s | < 0.000s | 4 | 0.604s | 2.417s |
/^I enter (.*) into google$/ | 3.148s | 3.148s | - | - | - | 1 | 3.148s | 3.148s |
/^I run the search$/ | 1.820s | 1.820s | - | - | - | 1 | 1.820s | 1.820s |
/^I see results$/ | 0.855s | 0.855s | - | - | - | 1 | 0.855s | 0.855s |
... find those slow scenarios.
Scenario File | Time |
---|---|
features/scenarios/calculator2.feature:10 | 1.316s |
features/scenarios/calculator2.feature:16 | 1.314s |
features/scenarios/calculator2.feature:31 | 3.136s |
features/scenarios/demo.feature:4 | 2.730s |
... find those slow features.
Feature File | Time |
---|---|
features/scenarios/calculator2.feature:1 | 7.309s |
features/scenarios/demo.feature:1 | 5.880s |