Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在应用程序的 Maven 构建过程中执行 JSFUnit 测试。我如何配置 Maven 来做到这一点?
http://maven.apache.org/surefire/maven-surefire-plugin/
这个插件可以解决问题。
示例 pom:
如何让我的 Maven 集成测试运行