https://kotlinlang.org logo
Title
m

mitch

09/18/2020, 10:15 PM
Hey @sam any suggestions on how i can somehow tell kotest intellij plugin to pick up surefire and failsafe maven configs? I noticed when i try running the unit tests it starts running the integration tests as well because it's under the same package name (despite it being organised in two different folders). We're probably doing the wrong thing altogether so what's your suggestions? Maybe Tags?
s

sam

09/18/2020, 10:34 PM
Tags set in project config
m

mitch

09/18/2020, 10:39 PM
Brilliant! Thanks Sam let me try that
s

sam

09/18/2020, 11:31 PM
the plugin has no knowledge of your build file, so anything you need it to do, you need to put inside project config. Your build file can then override that, add / remove tags and so on.
👍 1