79701970

Date: 2025-07-15 11:13:06
Score: 1
Natty:
Report link

in you docker-compose.ymal add :
-e KARATE_VIDEO_DISABLED=true
best use this , because it's the least intrusive and doesn't require changes to the code/config files.

or set in karate-config.js

function fn() {
  karate.configure('video', false);
  return {};
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sidhartthhhhh