summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-08-22 22:57:24 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-08-22 22:57:24 +0000
commit31490c6d1daa13d05febb14561f08dcc46414522 (patch)
treea2bd19f47e09a41955ec833ac5e8e9c6e44500e0
parent8832aa9522476d9d244211856f4ac7fe545a0c97 (diff)
downloadgitlab-ce-31490c6d1daa13d05febb14561f08dcc46414522.tar.gz
Update QA readme to note that Chrome/Chromium is required
-rw-r--r--qa/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md
index 27e11c04b3e..16e5e730a6b 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -39,6 +39,11 @@ have an instance available you can follow the instructions below to use
the [GitLab Development Kit (GDK)][GDK].
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) and
+[chromedriver](https://chromedriver.chromium.org/) installed / in your `$PATH`.
+
### Run the end-to-end tests in a local development environment
Follow the GDK instructions to [prepare](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/prepare.md)