I wanna separate integration from unit tests in my gradle kotlin dsl project build ( the project itself written on java). There are many answers here how to configure source set etc.
But I came across nebula.integtest plugin ( I hope it's well known plugin to don't blame me in promoting it)
But there is quite poor manual there, just:
plugins {
id "nebula.integtest" version "8.0.0"
}
is it really all what need to be done? Which folder should contain integration tests then?