You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 IDE and completely kill/destroy the whole process in which the IDE run for the UI tests
The text was updated successfully, but these errors were encountered:
Hello, thanks for the issue, will think how to make this the most convenient way. That could be useful when you use the Gradle plugin to launch an idea. In case of using launcher you can kill Ide process this way
@nizienko Hello, thanks for replay. For now I use the destroy() to kill the process as you mentioned. If there will be better way in the future, I will be glad to test it and use it.
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 IDE and completely kill/destroy the whole process in which the IDE run for the UI tests
The text was updated successfully, but these errors were encountered: