Hi there, I've been building out Unit Tests with T...
# box-products
j
Hi there, I've been building out Unit Tests with TestBox. I like it so far, but having trouble with debugging. I am mainly relying on the CLI output for viewing test status, checking error messages, etc. There are instances where I need to see what a certain variable looks like, but I can't get any of the Output Utilities to show me anything. Here's an example test where I'm trying several output strategies. I don't see these output anywhere in the commandbox server logs or the testbox CLI output (where I was hoping to see them right next to the error). Am I missing something?
a
Debug is the one you want, but think it only outputs in the HTML runner, not when run via commandline
j
Thanks, I'm going to try using the HTML runner.
👍 1