Function prints the duration of a test to console if the test is
running on CI. If not no output appears in console.
Usage
monitor_test_time_on_CI(start_time, test_name)
Arguments
- start_time
POSIXct Start time of the test.
- test_name
string Name of the test to print.