ctrf-io / cypress-ctrf-json-reporter

A Cypress JSON test results reporter that follows the CTRF schema
https://ctrf.io
MIT License
7 stars 2 forks source link

feat: add start and stop to test object #2

Closed Ma11hewThomas closed 6 months ago

Ma11hewThomas commented 6 months ago

add start and stop properties to test object.

start - Number - The start time of the test as a Unix epoch stop - Number - The end time of the test as a Unix epoch

Ma11hewThomas commented 6 months ago

The Cypress test object doesn't contain a start and stop time { "attempts": [ { "state": "passed" } ], "displayError": null, "duration": 4185, "state": "passed", "title": [ "Actions", ".type() - type into a DOM element" ] },