ctrf-io / wdio-ctrf-json-reporter

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

feat: add start and stop to test object #2

Closed Ma11hewThomas closed 8 months ago

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