Skip to content

Commit

Permalink
docs: Update readme with correct path to GebConfig (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei authored Oct 1, 2024
1 parent 5549fb8 commit 4528041
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 @@ -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.
Expand Down

0 comments on commit 4528041

Please sign in to comment.