Open bahmutov opened 6 years ago
Hey,
Yep, there is a way which is not straightforward but I already have an item in my todo list about exporting and importing of Kuker events. So this will be soon available as part of the extension's UI. What you can do for now is:
events
property. Those are your events.P.S. While developing the extension I needed a mock data so get quickly to a state which I am interested in. I used this approach. Of course it is not convenient at all but does the job for the time being. Also have in mind that if you have lots of events the console logging may take a second or two.
Hi Krasimir,
Love love love your idea here,
A question: what if in my code (especially from the tests) I want to get the history of events so far? I am thinking when a Cypress test fails grabbing the event history and adding it to the error report!
A little bit related to #7 I think