Skip to content

Commit

Permalink
Merge pull request #5 from meldmy/additional_info
Browse files Browse the repository at this point in the history
Additional info
  • Loading branch information
meldmy authored Mar 11, 2019
2 parents 68f4732 + 88f81c6 commit 8da65e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ Use the following Gradle command to run Fluentlenium test on Testcontainers:
```
./gradlew fluentleniumTest
```

## Gradle

All dependencies in [build.gradle](/build.gradle) are described in comments.
Current project use [ChromeDriver Updater Plugin](https://github.com/leontebbens/chromedriver-updater-plugin/) for Gradle to keep your Chromedriver for Selenium up to date.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
//Checks and downloads latest Selenium Chromedriver webdriver. Provide updateChromedriver task
id 'eu.leontebbens.gradle.chromedriver-updater' version '1.6'
}

Expand Down

0 comments on commit 8da65e3

Please sign in to comment.