Hey <@U12AGS8JG> any suggestions on how i can som...
# kotest
m
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
Tags set in project config
m
Brilliant! Thanks Sam let me try that
s
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