MisterEgge
MisterEgge

Reputation: 1

How to get detailed cucumber test step reporting within VS Code Terminal

In my current framework, utilizing cucumber in vs code, I was executing my automated tests via launch.json, and I was able to get this detailed step pass/fail output.

cucumber output

That functionality has since disappeared and I've been unable to get it back. Some combination of arguments between my launch/package json made this output. I don't know what command I added to my args to get this info and I've been unable to find any other documentation on it. I dont' know if it was due to spec reporter, or something else entirely. I was only changing arguments in this file as well as my package.json, and something activated it. I should have commit right then and there!

I've tried different combinations of command arguments, and expected my terminal info to change but it never does, except for this one time. I changed something and it broke it.

Upvotes: 0

Views: 26

Answers (0)

Related Questions