Spek: Can I tag tests, so I can say “just run this...
# spek
j
Spek: Can I tag tests, so I can say “just run this group” ?
d
There's I think an open issue about this, but I think you could always use java sysrem properties and pass them in at build time, then make an extension functions to check for them (like
context(suite: String ....)
etc..).
j
thank you