ctrf-io / go-ctrf-json-reporter

A Go JSON test results reporter that follows the CTRF schema
https://ctrf.io
MIT License
5 stars 3 forks source link

feat: add start and stop to test object #2

Closed Ma11hewThomas closed 2 months ago

Ma11hewThomas commented 9 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