We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If using the gradlew for runIdeForUiTests the process just stops, if its launched like that
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
nizienko
No branches or pull requests
If using the gradlew for runIdeForUiTests the process just stops, if its launched like that
The text was updated successfully, but these errors were encountered: