Hi everyone, I am new in K6 and I am learning to use it. I am trying to run some basic performance tests on Vue.js • TodoMVC.
It is a basic to-do list and it uses local storage of the browser to store the element of the list. I read in different places that K6 is not a browser and does not have any notion of localStorage.
Is there any work around to make this work?
PS: I would like to precise that the todovmc.com/example/vue is not using any HTTP request when interacting with the to-do list AFAIK