-
Notifications
You must be signed in to change notification settings - Fork 47
Need to handle absence of Test Source root in Gradle project #657
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
Comments
@Vassiliy-Kudryashov |
It would be good to add a link to how-to: https://www.jetbrains.com/help/idea/testing.html#add-test-root |
Description
Need to handle the situation when there is no Test sources root in Gradle project.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
/src/test/utbot_tests is suggested to be created as Test source root
or
Some red notification that UTBot cannot generate tests before the User configures a Test source root manually - with a link to documentation on how to do that.
Actual behavior
"set test folder" is displayed as an available option in the dropdown
... button (where a user could select a folder) is disabled
Visual proofs (screenshots, logs, images)
Environment
IntelliJ IDEA Ultimate 2022.1.4
Additional context
Tests were run successfully - if utbot_tests folder was located inside /src/test folder
The text was updated successfully, but these errors were encountered: