diff options
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/README.md b/qa/README.md index 1206815effa..6841aa08a6b 100644 --- a/qa/README.md +++ b/qa/README.md @@ -41,7 +41,8 @@ This is the recommended option if you would like to contribute to the tests. Note: GitLab QA uses [Selenium WebDriver](https://www.seleniumhq.org/) via [Cabybara](http://teamcapybara.github.io/capybara/), and by default it targets Chrome as -the browser to use. You will need to have Chrome (or Chromium) installed. +the browser to use. You will need to have Chrome (or Chromium) and +[chromedriver](https://chromedriver.chromium.org/) installed. ### Run the end-to-end tests in a local development environment |