Relative Content

Tag Archive for javascriptfunctiontimeperformance-testingk6

K6 Tests – Summary Output to include timestamps

I have a K6 test that is running multiple scenarios. I would like to export the test summary to Elastic and as part of it, would like to include the start and end times for the test run. I am trying to set these values inside my default function but then the values don’t stick when i get to the handleSummary() method.