Is there an easy way to skip a whole test class based on an environment variable? I looked at SkipTestException but it doesn't seem to be available anymore (Docs might need to be updated).
l
LeoColman
04/27/2020, 6:11 PM
You can use an extension to do it, probably
LeoColman
04/27/2020, 6:11 PM
personally, I just comment the whole class 🤣
s
sam
04/27/2020, 6:29 PM
SkipTest should still be there
sam
04/27/2020, 6:29 PM
I think we need some kind of specIsActive function