Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tkotosz committed Oct 12, 2018
1 parent 6044f36 commit 954ffc3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ Example output
--------------

```bash
+------------------------+--------------+----------------------------------------+
| Average execution Time | Called count | Step name |
+------------------------+--------------+----------------------------------------+
| 1.7316190004349 | 2 | I am on page "test-product.html" |
| 0.3081738948822 | 1 | I should see "$99,999.00" as the price |
| 0.053265452384949 | 2 | I should see "Add to Compare" |
+------------------------+--------------+----------------------------------------+
+------------------------+--------------+-----------------------------------------------------+
| Average execution Time | Called count | Total Cost | Step name |
+------------------------+--------------+-----------------------------------------------------+
| 1.73161 | 2 | 3,46322 | I am on page "test-product.html" |
| 0.30817 | 1 | 0.30817 | I should see "$99,999.00" as the price |
| 0.05326 | 2 | 0,10652 | I should see "Add to Compare" |
+------------------------+--------------+-----------------------------------------------------+
```

```bash
Expand Down

0 comments on commit 954ffc3

Please # to comment.