Is there a way to call a URL in JavaScript only once per load test?
I would not want to call this on each iteration, but once at the beginning of the entire suite. The return values are feature flags that will drive parts of the script to simulate when the feature flags are active or not.