surefire

    4熱度

    2回答

    我有一個項目,測試分爲單元和集成階段。我有它運行buildbot和問題是,即使在測試失敗maven返回代碼是0,所以buildbot構建是成功的。 這是MVN集成測試的結果: Results : Tests in error: Info about failed tests Tests run: 5, Failures: 0, Errors: 5, Skipped: 0 [INFO]

    0熱度

    1回答

    我有以下的pom.xml神火配置: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.9</version> <configuration> <printSummary>tru

    4熱度

    2回答

    當我嘗試通過Maven(surefire)一起使用Cucumber和Junit時,那麼報告錯誤的測試數量。我只有250次測試,但詹金斯顯示我有1200次測試。所以,當我調查它時,我只能找到一個參考,那就是surefire插件的問題。 https://github.com/cucumber/cucumber-jvm/issues/322 如何糾正它嗎?

    4熱度

    2回答

    我正在使用Jenkins來執行我們的單元測試並向開發者發送電子郵件。我正在使用Jelly Script在電子郵件中包含通過/未通過結果。不過,我還想包含在測試版本完成後,surefire報告呈現給您的通過/失敗圖。畢竟,這是我們感興趣的圖表,對吧? :)

    2熱度

    1回答

    我試圖將此代碼添加到我的pom.xml <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.12.4</version>

    2熱度

    1回答

    我有一個根配置了maven-surefire-plugin和gwt模塊pom配置了gwt-maven-plugin。 升級到Maven 3後,出現奇怪的錯誤。 該項目類似的配置喜歡這裏描述:Separate GwtTest tests from standard unit tests <plugin> <groupId>org.apache.maven.plugins</group

    1熱度

    1回答

    I previously asked如何使線程池中的單元測試失敗。 @Test public void foo() throws Exception { ScheduledThreadPoolExecutor stpe = new ScheduledThreadPoolExecutor(1); stpe.submit(new Runnable() { @Overr

    0熱度

    1回答

    您好我有一個項目,我試圖從模塊目錄中運行等模塊內部: MVN集成測試-PmyProps 在POM <properties> <user>admin</user> </properties 在SRC /測試/資源/ test.properties user=${user} 當我執行測試我獲得user={user} instead of user=admin 如果我通過in

    4熱度

    1回答

    我的項目有幾個JUnit測試,我很少想運行。要做到這一點,我把它們放在一個@Category然後我這樣做: <plugin> <artifactId>maven-surefire-plugin</artifactId> <!-- Run all but the inject tests --> <configuration> <groups>!be.tes

    48熱度

    1回答

    從Surefire 2.6升級到Surefire 2.13時,運行我的單元測試時得到TypeNotPresentExceptionProxy。 java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy at sun.reflect.annotation.AnnotationPars