Created
May 23, 2023 21:24
-
-
Save arnaudgeiser/a527eaae9527df1244bd09aaefca5153 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ mvn test | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for ch.hearc:projet-cafheg-mykeli:war:1.0-SNAPSHOT | |
[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.example:workshop-fp:1.0-SNAPSHOT, /home/arnaudgeiser/temp/pom.xml, line 25, column 16 | |
[WARNING] 'parent.relativePath' of POM ch.hearc:projet-cafheg-mykeli:1.0-SNAPSHOT (/home/arnaudgeiser/temp/projet-cafheg-mykeli/pom.xml) points at org.example:workshop-fp instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure @ line 15, column 13 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
[WARNING] | |
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
[WARNING] | |
[INFO] | |
[INFO] -------------------< ch.hearc:projet-cafheg-mykeli >-------------------- | |
[INFO] Building projet-cafheg-mykeli 1.0-SNAPSHOT | |
[INFO] --------------------------------[ war ]--------------------------------- | |
[INFO] | |
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ projet-cafheg-mykeli --- | |
[INFO] argLine set to -javaagent:/home/arnaudgeiser/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/arnaudgeiser/temp/projet-cafheg-mykeli/target/jacoco.exec | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ projet-cafheg-mykeli --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Using 'UTF-8' encoding to copy filtered properties files. | |
[INFO] Copying 0 resource | |
[INFO] Copying 2 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ projet-cafheg-mykeli --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:1.12:add-test-source (add-integration-test-sources) @ projet-cafheg-mykeli --- | |
[INFO] Test Source directory: /home/arnaudgeiser/temp/projet-cafheg-mykeli/src/integration-test/java added. | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:1.12:add-test-resource (add-integration-test-resources) @ projet-cafheg-mykeli --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ projet-cafheg-mykeli --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Using 'UTF-8' encoding to copy filtered properties files. | |
[INFO] Copying 1 resource | |
[INFO] skip non existing resourceDirectory /home/arnaudgeiser/temp/projet-cafheg-mykeli/src/integration-test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ projet-cafheg-mykeli --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ projet-cafheg-mykeli --- | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running ch.hearc.cafheg.business.allocations.RunCucumberTest | |
┌───────────────────────────────────────────────────────────────────────────────────┐ | |
│ Share your Cucumber Report with your team at https://reports.cucumber.io │ | |
│ Activate publishing with one of the following: │ | |
│ │ | |
│ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ | |
│ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ | |
│ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ | |
│ JUnit: @CucumberOptions(publish = true) │ | |
│ │ | |
│ More information at https://reports.cucumber.io/docs/cucumber-jvm │ | |
│ │ | |
│ Disable this message with one of the following: │ | |
│ │ | |
│ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ | |
│ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ | |
└───────────────────────────────────────────────────────────────────────────────────┘ | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in ch.hearc.cafheg.business.allocations.RunCucumberTest | |
[INFO] Running ch.hearc.cafheg.business.allocations.AllocationServiceTest | |
Rechercher tous les allocataires | |
Rechercher tous les allocataires | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in ch.hearc.cafheg.business.allocations.AllocationServiceTest | |
[INFO] Running ch.hearc.cafheg.business.allocations.CantonTest | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ch.hearc.cafheg.business.allocations.CantonTest | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 4.691 s | |
[INFO] Finished at: 2023-05-23T23:23:02+02:00 | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment