Exclude by tag annotation not working for scalatestplus TestNGSuite in Java
I am trying to build a SBT project which will encompass both unit and end-to-end tests, and will support tests being written in both Scala (extending standard Scalatest
suites, e.g. AnyFlatSpec
) and Java (extending org.scalatestplus.testng.TestNGSuite
).