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

Process stops when runIdeForUiTests is launched with gradlew #133

Open
nizienko opened this issue Dec 8, 2021 · 1 comment
Open

Process stops when runIdeForUiTests is launched with gradlew #133

nizienko opened this issue Dec 8, 2021 · 1 comment
Assignees

Comments

@nizienko
Copy link
Collaborator

nizienko commented Dec 8, 2021

If using the gradlew for runIdeForUiTests the process just stops, if its launched like that

@nizienko nizienko self-assigned this Dec 8, 2021
@redcatbear
Copy link

I just encountered the same situation. The documentation claims that this would work:

./gradlew clean runIdeForUiTest & ./gradlew test

But with a single ampersand Gradle is just backgrounded and there is no feedback when is is actually save to start the UI test.

If you could terminate the Gradle process after the UI server is running, then using a double ampersand this command could actually work.

But that also requires a way to get rid of the running process later after the test. Even in case of tests failures.

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

2 participants