From 45280415ef81eb3c4724d16de532250801f1f5df Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Tue, 1 Oct 2024 04:09:37 +0200 Subject: [PATCH] docs: Update readme with correct path to GebConfig (#48) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c92fb6..c422780 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To set up additional drivers you need to add the driver to your `build.gradle` f integrationTestRuntimeOnly "org.seleniumhq.selenium:selenium-edge-driver:$seleniumVersion" ``` -You also need to add it to the `GebConfig.groovy` file in the `src/test/resources/` directory. For example: +You also need to add it to the `GebConfig.groovy` file in the `src/integration-test/resources/` directory. For example: ```groovy /* This is the Geb configuration file.