Hello,
What is the correct Kotlin syntax for excluding testNG groups? What I copied in was the Groovy syntax, but I’m sure it is not correct:
In build.gradle.kts:
Probably double quotes instead of single quotes and parentheses around the list of groups. But your IDE should greatly help with that if you use a good one like IntelliJ IDEA or Android Studio. That is one of the major advantages of Kotlin DSL.
Vampire
05/01/2024, 8:51 AM
Well almost, have a look at the user guide it almost always have an example in both DSLs and it has for excluding groups