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: snapshot/api/grails/plugin/geb/ContainerFileDetector.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,8 @@ <h2 title="[Groovy] Interface ContainerFileDetector" class="title">[Groovy] Inte
111
111
<p> An extension of org.openqa.selenium.remote.FileDetector
112
112
that will get passed additional parameters from the webdriver container holder.
113
113
<p>
114
-
Implementations must provide a zero-argument constructor to ensure compatibility with java.util.ServiceLoader. <DL><DT><B>See Also:</B></DT><DD><ahref='../../../grails/plugin/geb/GebRecordingTestListener.html' title='GebRecordingTestListener'>GebRecordingTestListener</a></DD></DL></p>
114
+
Implementations must provide a zero-argument constructor to ensure compatibility
115
+
with java.util.ServiceLoader. <DL><DT><B>See Also:</B></DT><DD><ahref='../../../grails/plugin/geb/GebRecordingTestListener.html' title='GebRecordingTestListener'>GebRecordingTestListener</a></DD></DL></p>
<p> Can be used to configure the protocol and hostname that the container's browser will use <DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
113
+
<p> Can be used to configure the protocol and hostname that the container's browser will use.<DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
<p> A test listener that reports the test result to org.testcontainers.containers.BrowserWebDriverContainer so
110
-
that recordings may be saved. <DL><DT><B>See Also:</B></DT><DD>org.testcontainers.containers.BrowserWebDriverContainer#afterTest</DD></DL><DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
109
+
<p> A test listener that reports the test result to
so that recordings may be saved. <DL><DT><B>See Also:</B></DT><DD>org.testcontainers.containers.BrowserWebDriverContainer#afterTest</DD></DL><DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
<p> A Spock Extension that manages the Testcontainers lifecycle for a <ahref='../../../grails/plugin/geb/ContainerGebSpec.html' title='ContainerGebSpec'>ContainerGebSpec</a>
114
+
<p> A Spock Extension that manages the Testcontainers
115
+
lifecycle for a <ahref='../../../grails/plugin/geb/ContainerGebSpec.html' title='ContainerGebSpec'>ContainerGebSpec</a>.
115
116
116
-
<p> ContainerGebSpec cannot be a geb.test.ManagedGebTest because it would cause the test manager
117
-
to be initialized out of sequence of the container management. Instead, we initialize the same interceptors
118
-
as the geb.spock.GebExtension does. <DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
117
+
<p>
118
+
<ahref='../../../grails/plugin/geb/ContainerGebSpec.html' title='ContainerGebSpec'>ContainerGebSpec</a> cannot be a
119
+
geb.test.ManagedGebTest because it would cause the test
120
+
manager to be initialized out of sequence of the container management.
121
+
Instead, we initialize the same interceptors as the geb.spock.GebExtension does. <DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
Copy file name to clipboardExpand all lines: snapshot/api/grails/plugin/geb/GrailsGebSettings.html
+65-11Lines changed: 65 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,8 @@ <h2 title="[Groovy] Class GrailsGebSettings" class="title">[Groovy] Class Grails
106
106
class GrailsGebSettings
107
107
extends java.lang.Object</pre>
108
108
109
-
<p> Handles parsing various recording configuration used by <ahref='../../../grails/plugin/geb/GrailsContainerGebExtension.html' title='GrailsContainerGebExtension'>GrailsContainerGebExtension</a><DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
109
+
<p> Handles parsing various recording configuration
110
+
used by <ahref='../../../grails/plugin/geb/GrailsContainerGebExtension.html' title='GrailsContainerGebExtension'>GrailsContainerGebExtension</a>. <DL><DT><B>Authors:</B></DT><DD>James Daugherty</DD></DL><DL><DT><B>Since:</B></DT><DD>4.1</DD></DL></p>
0 commit comments