How can I show/include mouse actions on cypress test video?

Viewed 104

Cypress can record video of the tests and I want to know is there any existing way(s) to include mouse click action visually?

I am looking into

  • (preferably) official way to include the feature: I do not found any option for this in official doc
  • (browser level) show visual feedback of mouse click (via plugin or scripts like userscripts)
  • run separate program to show mouse click (e.g. KmCaster)
0 Answers
Related