zcervink
zcervink
### - create first UI test for this component - Content assist exists and works as expected - Create new .yaml file - Set up schema to “kustomization.yaml” - Insert...
IdeaSideException/TimeoutException while working with the gradle tasks tree (JTreeFixture) on OS X
- issue appear only on OS X - issue reported and described here (there is a workaround - use the button for expanding the gradle tasks tree) - https://github.com/redhat-developer/intellij-common-ui-test-library/issues/126 -...
- some part of the IntelliJ Idea are on some platforms native and not accessible using the RR framework - see the top menu on OX X:
- function for complete quitting the IntelliJ IDEA after all the the UI tests has been performed would be really useful, something like: `remoteRobot.quitIde();` - this function would close the...
- some UI tests are failing due to some changes in UI structure - there used to be 1 element with the following Xpath, now there are 3 (simple updae...
- this issue appears in older versions of IntelliJ - 2019.3, 2020.1, 2020.2 - IntelliJ 2020.3 and 2021.1 are without issue ``` java.lang.UnsatisfiedLinkError: Unable to load library 'CoreFoundation': dlopen(libCoreFoundation.dylib, 9):...
The **compile, test, package, verify** and **install** maven targets shows the following error when invoked from the Maven Tool Window: `Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project code-with-quarkus: Fatal...
### I suggest to add the following section to the README.md file so new users can learn how to debug using IntelliJ Idea IDE quickly and elegantly: Quarkus debugging using...