You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/test/GebWithWebDriverBinaries.java
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ public String getName() {
52
52
53
53
@Override
54
54
publicStringgetTitle() {
55
-
return"Geb Functional Testing for Grails with WebDriver binaries Gradle plugin - no longer maintained";
55
+
return"Geb Functional Testing using WebDriver binaries Gradle plugin";
56
56
}
57
57
58
58
@NonNull
59
59
@Override
60
60
publicStringgetDescription() {
61
-
return"This plugins configure Geb for Grails framework to write automation tests with WebDriver binaries Gradle plugin. No longer maintained and limited to Gradle 8.6 and JDK 21. geb-with-testcontainers is the replacement and default starting with Grails 7.";
61
+
return"This plugin configures Geb to use the WebDriver binaries Gradle plugin for downloading and caching the WebDriver binary for your platform.";
62
62
}
63
63
64
64
@Override
@@ -96,8 +96,8 @@ public void processSelectedFeatures(FeatureContext featureContext) {
Copy file name to clipboardExpand all lines: grails-forge/grails-forge-core/src/test/groovy/org/grails/forge/feature/test/GebWithWebDriverBinariesSpec.groovy
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ class GebWithWebDriverBinariesSpec extends ApplicationContextSpec implements Com
0 commit comments