Closed LotharSpiegel closed 1 year ago
It should then be possible to no longer exclude the tests marked with @IntegrationTest
^1.
It should then be possible to no longer exclude the tests marked with
@IntegrationTest
1.Footnotes
@lookfirst Probably we should keep as is and run only unit tests in the surefire plugin?
It should then be possible to no longer exclude the tests marked with
@IntegrationTest
1.Footnotes
@lookfirst Probably we should keep as is and run only unit tests in the surefire plugin?
I love this PR. Sounds good to only run unit tests in maven and then run integration tests in this PR.
It should then be possible to no longer exclude the tests marked with
@IntegrationTest
1.Footnotes
@lookfirst Probably we should keep as is and run only unit tests in the surefire plugin?
I love this PR. Sounds good to only run unit tests in maven and then run integration tests in this PR.
Thank you for reviewing! So do you mean to leave the exclusion of integration tests as is in the maven-surefire-plugin? If I understand correctly, the integration tests are then executed in the maven-failsafe-plugin.
Proposition to resolve https://github.com/lookfirst/sardine/issues/261 (missing test setup) by using the testcontainers Java library. The proposed solution spins up a WebDAV server inside a Docker container during tests. By using this approach, the test setup becomes independent from external resources, as opposed to using a publicly hosted WebDAV server.