@skestle wrote:
I’ve discovered (and love) the simplicity of the LogCapturing trait for actor tests and seeing the failures (iff they occur).
Unfortunately, it’s not working for me with BehaviorTestKit (presumably because that also captures the logs).
In my current situation, I just want to see which paths the actor is going down in a failing test case - I don’t want to assert any particular logging.
Should log capturing be working/is there a way to make it work?
Posts: 2
Participants: 2