Skip to content

Commit

Permalink
Bring back runIdeForUiTests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 19, 2024
1 parent 7fae82c commit f54d138
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ tasks {
gradleVersion = properties("gradleVersion").get()
}

// Configure UI tests plugin
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
testIdeUi {
systemProperty("robot-server.port", "8082")
systemProperty("ide.mac.message.dialogs.as.sheets", "false")
systemProperty("jb.privacy.policy.text", "<!--999.999-->")
systemProperty("jb.consents.confirmation.enabled", "false")
}

publishPlugin {
dependsOn(patchChangelog)
}
Expand Down

0 comments on commit f54d138

Please sign in to comment.