Framework Mode - Custom conditions with @EnabledIf
Folder Structure
project-root/ ├── src/ │ ├── main/ │ │ └── java/ │ │ └── com/example/app/ │ │ └── Application.java │ └── test/ │ └── java/ │ └── com/example/app/ │ ├── tests/ │ │ └── FeatureTests.java │ ├── conditions/ │ │ └── CustomCondition.java │ └── utils/ │ └── TestUtils.java ├── build.gradle └── settings.gradle