Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ScalaTest: Printing out tag name when running test

I added some custom tags to ScalaTest. When I run the tests, how do I tell ScalaTest to print the tag name next to the test?

like image 771
SRobertJames Avatar asked Feb 03 '26 14:02

SRobertJames


1 Answers

There is no out-of-the-box way to do that. You could override ScalaTest's lifecycle methods to do it, but I'm not sure that's worth it. I'm curious what your goal is. This is probably better discussed on scalatest-users. If you have time please post on the scalatest-users Google group.

like image 192
Bill Venners Avatar answered Feb 05 '26 08:02

Bill Venners



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!