Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Eugene Nizienko
Total activity
10
Last activity
March 04, 2024 12:52
Member since
February 16, 2021 18:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 04, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Strategies for Achieving Code Coverage in E2E Testing of IntelliJ IDEA Plugins
1 vote
Created
November 14, 2023 11:49
You add it to the `runIdeForUiTests` taskrunIdeForUiTests { … args("%PROJECT_PATH%")}
Community
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 votes
Created
November 13, 2023 15:30
Hi, you can pass the project path as an argument when running the `runIde/runIdeForUiTests` task`./gradlew runIdeForUiTests -Dargs=%PROJECT_PATH%`
Community
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 votes
Edited
March 02, 2021 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. - ...
Community
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 votes
Created
February 25, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 votes
Created
February 23, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
using `runIdeForUiTests` in GitHub Actions on Windows & MacOs
0 votes