File tree Expand file tree Collapse file tree
src/test/java/org/wiremock/integrations/testcontainers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Please feel free to contribute the integration tests and compatibility layers!
3434
3535### Test Frameworks
3636
37- Versions before ` 1.0-alpha-3 ` were tested with JUnit 4 and JUnit 5.
37+ Versions before ` 1.0-alpha-16 ` were tested with JUnit 4 and JUnit 5.
3838Newer versions were updates to Testcontainers 2 and hence require JUnit 5.
3939All JUnit 5 compatible test frameworks should work.
4040
Original file line number Diff line number Diff line change 55public class TestConfig {
66
77 private static final String DEFAULT_TEST_TAG =
8- System .getProperty ("wiremock.testcontainer.defaultTag" , "3.5.4 " );
8+ System .getProperty ("wiremock.testcontainer.defaultTag" , "3.13.2-3 " );
99 private static final String WIREMOCK_2_TEST_TAG =
1010 System .getProperty ("wiremock.testcontainer.wiremock2Tag" , "2.35.1-1" );
1111
You can’t perform that action at this time.
0 commit comments