主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eugene Nizienko
活动总数
10
最后的活动
2024年03月04日 12:52
成员加入日期
2021年02月16日 18:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
文章(0)
帖子(0)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年03月04日 12:52
Hi Pilipenkomhl,Please check GBrowser project; Jacoco has been configured there. The main idea is to apply Jacoco to the `runIdeForIdea` task and collect coverage from there, while UI tests just do...
社区
IntelliJ IDEA Open API and Plugin Development
Strategies for Achieving Code Coverage in E2E Testing of IntelliJ IDEA Plugins
1 票
创建于
2023年11月14日 11:49
You add it to the `runIdeForUiTests` taskrunIdeForUiTests { … args("%PROJECT_PATH%")}
社区
IntelliJ IDEA Open API and Plugin Development
How to start a locally installed Android Studio that I started for testing, skipping the initial Setup Wizard steps?
0 票
创建于
2023年11月13日 15:30
Hi, you can pass the project path as an argument when running the `runIde/runIdeForUiTests` task`./gradlew runIdeForUiTests -Dargs=%PROJECT_PATH%`
社区
IntelliJ IDEA Open API and Plugin Development
How to start a locally installed Android Studio that I started for testing, skipping the initial Setup Wizard steps?
0 票
已编辑于
2021年03月02日 14:27
Hello Seal, I believe I found out how to run tests on windows. We tried to run Idea in background wrong way, windows doesn't have '&' and don't throw any error for some reason, thats confusing. - ...
社区
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 票
创建于
2021年02月25日 19:15
Yep, in the hierarchy snapshot there is no second HeavyWeightWindow after click at 'Add SDK'. I've tried Github Actions and now understand better how to deal with it. I've tried to add sleep, to wa...
社区
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 票
创建于
2021年02月23日 12:34
Hello, I've tried to run a test on my real MacOs and it also works fine. Unfortunately we have no experience in launching tests on GitHub Actions machines, but I can try to help to figure out what ...
社区
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 票