This is an automated email from the ASF dual-hosted git repository.
cmarcum pushed a change to branch task/geb-testcontainers
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
from 0babb6c7 change chrome testcontainer to firefox for macOS testers.
new 0036f2ca fix codenarc violations.
new 43c6f2fc fix codenarc violations.
new 120e2c5b remove codenarc issue from the temporary section of README.md.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
integration/geb-testcontainers/README.md | 8 +-
.../demo/spock/BaseUrlConfigFromClassSpec.groovy | 3 -
.../ContainerFileDetectorAnnotationSpec.groovy | 3 +-
.../spock/ContainerFileDetectorDefaultSpec.groovy | 1 -
.../spock/ContainerFileDetectorSpockSpec.groovy | 5 +-
.../demo/spock/ContainerGebSpecWithServer.groovy | 4 -
.../org/demo/spock/DownloadSupportSpec.groovy | 2 -
.../groovy/org/demo/spock/GebConfigSpec.groovy | 4 -
.../demo/spock/HostNameConfigurationSpec.groovy | 1 -
.../org/demo/spock/InheritedConfigSpec.groovy | 1 -
.../groovy/org/demo/spock/PageDelegateSpec.groovy | 6 +-
.../org/demo/spock/PerTestRecordingSpec.groovy | 12 +-
.../org/demo/spock/PortConfigFromClassSpec.groovy | 2 -
.../groovy/org/demo/spock/RootPageSpec.groovy | 1 -
.../groovy/org/demo/spock/TestFileServer.groovy | 5 -
.../org/demo/spock/TestFileServerSpec.groovy | 5 -
.../groovy/org/demo/spock/UploadSpec.groovy | 4 -
.../groovy/org/demo/spock/pages/HomePage.groovy | 1 -
.../groovy/org/demo/spock/pages/UploadPage.groovy | 4 -
.../org/demo/spock/pages/UploadSuccessPage.groovy | 1 -
.../grails/plugin/geb/ContainerFileDetector.groovy | 2 +-
.../plugin/geb/ContainerGebTestDescription.groovy | 4 +-
.../plugin/geb/DefaultContainerFileDetector.groovy | 4 +-
.../plugin/geb/GrailsContainerGebExtension.groovy | 18 +-
.../grails/plugin/geb/GrailsGebSettings.groovy | 45 ++-
.../plugin/geb/WebDriverContainerHolder.groovy | 387 +++++++++++----------
.../geb/serviceloader/ServiceRegistry.groovy | 4 +-
.../grails/plugin/geb/support/BrowserType.groovy | 14 +-
.../geb/support/ContainerGebFileInputSource.groovy | 1 -
.../geb/support/LocalhostDownloadSupport.groovy | 4 +-
.../geb/support/delegate/BrowserDelegate.groovy | 2 +-
.../geb/support/delegate/PageDelegate.groovy | 2 +-
32 files changed, 260 insertions(+), 300 deletions(-)