Bring back runIdeForUiTests

This commit is contained in:
Jakub Chrzanowski 2024-07-19 20:29:47 +02:00
parent 7fae82c680
commit f54d138653
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -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)
}