1

Currently we are running scenarios in parallel and getting a single karate.log file. Is there a way to generate separate log file for each scenario?

Negi
  • 21
  • 1
  • using roleSiftingAppender in logback-test xml and MDC.Put(discriminator, value) in before scenario worked for me. – Negi Sep 28 '21 at 15:24

1 Answers1

1

No. You might be able to use a RuntimeHook to do this, but it is not officially supported.

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248