Class |
Description |
ContainerGebSpec
|
A geb.spock.GebSpec that leverages Testcontainers
to run the browser inside a container. |
ContainerGebTestDescription
|
Implements org.testcontainers.lifecycle.TestDescription
to customize recording names. |
DefaultContainerFileDetector
|
Detects files on the local disk. |
GebGrailsPlugin
|
|
GebOnFailureReporter
|
Adapts geb.spock.OnFailureReporter for use with
ContainerGebSpec. |
GebRecordingTestListener
|
A test listener that reports the test result to
org.testcontainers.containers.BrowserWebDriverContainer
so that recordings may be saved. |
GrailsContainerGebExtension
|
A Spock Extension that manages the Testcontainers
lifecycle for a ContainerGebSpec. |
GrailsGebSettings
|
Handles parsing various recording configuration
used by GrailsContainerGebExtension. |
NullContainerFileDetector
|
Used by ContainerGebConfiguration.fileDetector interface to represent a null value. |
UselessContainerFileDetector
|
A file detector that never finds anything. |
WebDriverContainerHolder
|
Responsible for initializing a org.testcontainers.containers.BrowserWebDriverContainer
per the Spec's ContainerGebConfiguration. |
WebDriverContainerHolder.1
|
|