We have a project, that has some instrumented tests that run part of CI Now we want to add some integration tests (of type instrumentation tests), but they should not run as part of pipeline, but on demand through a separate Jenkins job or command I am trying to create a separate module for integration tests that depend on "app" module, but that's throwing a lot of errors like below
errors showing up in android studio while it tries to resolve the app module
I wanted to understand if its even possible?