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
I have a multi subprojects Gradle Java project. I'm using custom Gradle test tasks to execute only particular test suites. Currently, I'm not able to run these tests using VS Code with Oracle Java platform extension, because the command always looks like this:
../../gradlew --configure-on-demand -x check cleanTest test --tests
I see two solutions:
The extension should automatically resolve what is the proper test task that can run the test
Provide the option to manually set the Gradle command / configuration that could selectable in this view:
The text was updated successfully, but these errors were encountered:
Note: Since this mechanism is a completely independent task, it does not provide an integration with the Testing panel nor visually depict the Test Results.
Let us know if this helps in running tests for your project. Thanks.
In the future, we may enhance the extension to support configuring Test Run Profiles, although it appears that VS Code does not support creating a new test profile.
Description
I have a multi subprojects Gradle Java project. I'm using custom Gradle test tasks to execute only particular test suites. Currently, I'm not able to run these tests using VS Code with Oracle Java platform extension, because the command always looks like this:
I see two solutions:
The text was updated successfully, but these errors were encountered: