InSync

Results 33 comments of InSync

What about [`run-ui-tests.yml`](https://github.com/JetBrains/intellij-platform-plugin-template/blob/16168ba7e8ae7eb01f18a1048f05f1f60208cf7f/.github/workflows/run-ui-tests.yml) and [`.run` files](https://github.com/JetBrains/intellij-platform-plugin-template/tree/16168ba7e8ae7eb01f18a1048f05f1f60208cf7f/.run) (i.e. [`Run IDE for UI Tests.run.xml`](https://github.com/JetBrains/intellij-platform-plugin-template/blob/16168ba7e8ae7eb01f18a1048f05f1f60208cf7f/.run/Run%20IDE%20for%20UI%20Tests.run.xml) and [`Run Verifications.run.xml`](https://github.com/JetBrains/intellij-platform-plugin-template/blob/16168ba7e8ae7eb01f18a1048f05f1f60208cf7f/.run/Run%20Verifications.run.xml))? Shouldn't `runIdeForUiTests` be replaced with `testIdeUi` and `runPluginVerifier` with `verifyPlugin`?

@marpe I think IPGP v2.0.0 won't be out of beta for long before IntelliJ 2024.2 itself. For reference, [2023.2](https://blog.jetbrains.com/idea/2023/07/intellij-idea-2023-2/) and [2022.2](https://blog.jetbrains.com/idea/2022/07/intellij-idea-2022-2/) were both released at the end of July.

@hsz You seems to have added [an extra space](https://github.com/JetBrains/intellij-platform-plugin-template/pull/458/commits/d4550874ba1950527dd40d2168e1a47f9569be70#diff-697f70cdd88ba88fe77eebda60c7e143f6ad1286bca75017421e93ad84fb87dfR7).