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
Open the .classpath file, find the entry src/integration-test/java and then remove <attribute name="test" value="true"/>
I am afraid this workaround does not persist. For a complicated project, occasionally we need to delete .classpath file to resolve some weird class missing issue. It'd be nice to have something that persists.
The issue described in #464 seems to be exactly what I am looking for.
I want the Test Explorer to list only unit tests (src/test/java) and exclude all my integration tests (src/integration-test/java).
Is there such setting?
Thanks!
The text was updated successfully, but these errors were encountered: