关于
This skill provides a comprehensive framework for managing integration tests within Maven-based Java projects. It enforces the critical separation of fast-running unit tests from more complex integration tests by configuring the Maven Failsafe plugin, establishing strict naming conventions (e.g., *IT.java), and defining dedicated Maven profiles. By implementing these standards, it ensures reliable CI/CD pipelines where integration tests run independently and only when required, preventing build bloat and improving developer feedback loops.