Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove GebConfig reference
  • Loading branch information
jdaugherty authored Nov 28, 2024
1 parent e53ff5f commit d64ba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Parallel execution of `ContainerGebSpec` specifications is not currently support

#### Custom Host Configuration

The annotation `ContainerGebConfiguration` exists to customize the connection the container will use to access the application under test. The annotation is not required and `ContainerGebSpec` will use the default values in this annotation if it's not present. A traditional `GebConfig.groovy` can be provided to configure non-container specific settings.
The annotation `ContainerGebConfiguration` exists to customize the connection the container will use to access the application under test. The annotation is not required and `ContainerGebSpec` will use the default values in this annotation if it's not present.

#### Reporting

Expand Down

0 comments on commit d64ba23

Please sign in to comment.