Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create function for closing/quitting the IDE #173

Open
zcervink opened this issue Mar 5, 2022 · 3 comments
Open

Create function for closing/quitting the IDE #173

zcervink opened this issue Mar 5, 2022 · 3 comments
Assignees

Comments

@zcervink
Copy link

zcervink commented Mar 5, 2022

  • 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

@nizienko nizienko self-assigned this Mar 6, 2022
@nizienko
Copy link
Collaborator

nizienko commented Mar 7, 2022

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

@zcervink
Copy link
Author

zcervink commented Mar 7, 2022

@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.

@redcatbear
Copy link

This function would be highly appreciated, since it would give us a clean slate for each test, making the tests more dependable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants