Hi, I am trying to use the redline.api.recordURLPageLoad to save specific performance marks within my app as metrics and then get them to show up in the Redline report.
I have tried the following and I can see the result correctly in the put but I don't see may customer performance data added to the JTL file, which I think is needed for the metric to be visible in the Redline report.
redline.api.recordURLPageLoad(perfText, timeStamp ,timeToLoadRequest, "false", 0);
I'm using the chrome headless driver, if that makes any difference.
Any help appreciated.
An example of how this is meant to work would be great.
Thanks
Mark
Hi, I am trying to use the redline.api.recordURLPageLoad to save specific performance marks within my app as metrics and then get them to show up in the Redline report.
I have tried the following and I can see the result correctly in the put but I don't see may customer performance data added to the JTL file, which I think is needed for the metric to be visible in the Redline report.
redline.api.recordURLPageLoad(perfText, timeStamp ,timeToLoadRequest, "false", 0);
I'm using the chrome headless driver, if that makes any difference.
Any help appreciated.
An example of how this is meant to work would be great.
Thanks
Mark