diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-21 23:07:58 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-21 23:07:58 +0000 |
commit | 5d4783e5df833f49a6e59038c7416324c5d5de92 (patch) | |
tree | cb5f7f15286ac37686b5625ec3cd910428ab70e6 | |
parent | f1e6b8618a6a81f755624b3cd25c2fc0ee514165 (diff) | |
download | gitlab-ce-ml-update-qa-readme-docs.tar.gz |
Chromedriver is also neededml-update-qa-readme-docs
-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 |