Hi Team, I have added “integrationTest” suite in my project using “JVM Test Suite” plugin. So now i have “test” and “integrationTest” test suites. How can I share test infrastructure code among these two in my codebase ?
In other words, we just want to write some common test classes and some other codes that we then want to use in both the places: “test” as well as “smokeTest” test classes.
How can we achieve it, without writing same classes in both locations ?