How to configure the video recording capability using config.js for karate ui test
I have tried to add videoFile property with path to record the video in config.js but video was not recorded. karate.configure('driver', { type: 'chromedriver', executable: 'src/test/java/examples/users/chromedriver.exe', videoFile: 'src/test/java/examples/users/videos' });