Skip to content

Commit 443fe5f

Browse files
committed
fix: added gradle UI test tasks to verification group
Signed-off-by: Martin Szuc <[email protected]>
1 parent 054c657 commit 443fe5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test-project/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ test {
3737

3838
tasks.register('integrationUITestUltimate', Test) {
3939
dependsOn copyKey
40+
group = 'verification'
4041
systemProperties['task.name'] = 'integrationUITestUltimate'
4142
systemProperties['intellij_debug'] = 'true'
4243
useJUnitPlatform()
4344
}
4445

4546
tasks.register('integrationUITest', Test) {
4647
systemProperties['intellij_debug'] = 'true'
48+
group = 'verification'
4749
useJUnitPlatform()
4850
}
4951

0 commit comments

Comments
 (0)