79820498

Date: 2025-11-14 23:23:44
Score: 1
Natty:
Report link

I've had this same problem, where System.out.println()s from my Cucumber tests didn't show up in the output. It turned out that the reason was because my Docker / Colima configuration was messed up, and Cucumber was having trouble spinning up a Docker image to run the Cucumber tests with. So I dumped my images and reconstructed a clean Docker and Colima. Then, the Cucumber tests proceeded without problems, and I saw the System.out.printlns in the log.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Steve Stilson