We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054c657 commit 443fe5fCopy full SHA for 443fe5f
src/test-project/build.gradle
@@ -37,13 +37,15 @@ test {
37
38
tasks.register('integrationUITestUltimate', Test) {
39
dependsOn copyKey
40
+ group = 'verification'
41
systemProperties['task.name'] = 'integrationUITestUltimate'
42
systemProperties['intellij_debug'] = 'true'
43
useJUnitPlatform()
44
}
45
46
tasks.register('integrationUITest', Test) {
47
48
49
50
51
0 commit comments