diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index 8737ad45..9e8c40d4 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -18,8 +18,10 @@ 2.476 3.57 - - ${project.groupId}.git.forensics.ui.tests + 2.3 + 2.40.0 + ${project.groupId}.warnings.ui.tests + firefox-container -Djava.awt.headless=true -Xmx1024m -Djenkins.test.timeout=1000 --add-opens java.base/sun.reflect.annotation=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED @@ -47,7 +49,7 @@ org.jenkins-ci acceptance-test-harness - 5968.v180888e51761 + 5997.v2a_1a_696620a_0 com.fasterxml.jackson.core @@ -55,6 +57,11 @@ 2.17.2 test + + javax.xml.bind + jaxb-api + 2.3.1 + org.apache.httpcomponents httpclient @@ -67,9 +74,101 @@ ${junit.version} test + + net.javacrumbs.json-unit + json-unit-assertj + ${json-unit-assertj.version} + test + + + net.javacrumbs.json-unit + json-unit-json-path + ${json-unit-assertj.version} + test + - + + + maven.jenkins-ci.org + https://repo.jenkins-ci.org/releases/ + + + incrementals.jenkins-ci.org + https://repo.jenkins-ci.org/incrementals/ + + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + + + + + no-ui-tests-on-windows + + + windows + + + + true + + + + no-ui-tests-on-mac + + + mac + + + + true + + + + ui-tests-locally + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + false + + ../plugin/target/test-classes/test-dependencies + ${jenkins.version} + true + + + firefox + + 1 + + **/*Tests.java + **/*Test.java + + + + + + + false + + + + consume-incrementals + + + might-produce-incrementals + + + + org.pitest @@ -147,7 +246,8 @@ ../plugin/target/test-classes/test-dependencies ${jenkins.version} - chrome-container + ${browser} + true 1 @@ -189,81 +289,4 @@ - - - maven.jenkins-ci.org - https://repo.jenkins-ci.org/releases/ - - - incrementals.jenkins-ci.org - https://repo.jenkins-ci.org/incrementals/ - - - - - - no-ui-tests-on-windows - - - windows - - - - true - - - - no-ui-tests-on-mac - - - mac - - - - true - - - - ui-tests-locally - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - false - - ../plugin/target/test-classes/test-dependencies - ${jenkins.version} - chrome - - 1 - - **/*Tests.java - **/*Test.java - - - - - - - false - - - - consume-incrementals - - - might-produce-incrementals - - - - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - -