File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
webtau-junit5-examples/src/test/groovy/com/example/tests/junit5 Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 293293 <dependency >
294294 <groupId >io.github.bonigarcia</groupId >
295295 <artifactId >webdrivermanager</artifactId >
296- <version >6.1.0 </version >
296+ <version >6.3.1 </version >
297297 </dependency >
298298
299299 <dependency >
Original file line number Diff line number Diff line change @@ -82,20 +82,6 @@ class WebTauFeaturesJUnit5Test {
8282 testRunner. runAndValidate(BrowserTablesJavaTest , testServer. uri. toString())
8383 }
8484
85- @Test
86- void browserTestContainer () {
87- testRunner. runAndValidate(BrowserTestContainerJavaTest , " http://host.testcontainers.internal:" + testServer. uri. port)
88- Browser . browser. setDriver(null ) // clean test container manually set driver
89- }
90-
91- @Test
92- void browserImplicitTestContainer () {
93- runWithConfigFile(" webtau.browser.testcontainers.properties" , () -> {
94- def baseUrl = " http://host.testcontainers.internal:" + testServer. uri. port
95- testRunner. runAndValidate(BrowserImplicitTestContainerJavaTest , baseUrl, baseUrl)
96- })
97- }
98-
9985 @Test
10086 void browserLocalFirefoxDriver () {
10187 runWithConfigFile(" webtau.browser.firefox.properties" , () -> {
You can’t perform that action at this time.
0 commit comments