JetBrains / intellij-ui-test-robot

The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.

Home Page:https://jetbrains-platform.slack.com/archives/C026SVA9MMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runIdeForUiTests systemProperty "idea.trust.all.projects", "true" doesn't work

yavuzyoldas opened this issue · comments

systemProperty "idea.trust.all.projects", "true" doesn't work for android studio. (Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022) I use this ide from my local installed android studio.

localPath.set("D:/Program Files/Android/Android Studio")

args("C:/Users/x/AndroidStudioProjects/GetScreenRatio")

x (2)