@groovy.transform.CompileStatic abstract class ContainerGebSpec extends Specification implements BrowserDelegate, ContainerSupport, DownloadSupportDelegate, DriverDelegate, PageDelegate, ReportingSupport
A geb.spock.GebSpec that leverages Testcontainers to run the browser inside a container.
Prerequisites:
| Type | Name and description |
|---|---|
static GebTestManager |
testManager |
| Constructor and description |
|---|
ContainerGebSpec() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Page |
getPage() |
|
static void |
setTestManager(GebTestManager testManager) |
Groovy Documentation