diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-20 23:44:43 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-20 23:44:43 +0000 |
commit | f1e6b8618a6a81f755624b3cd25c2fc0ee514165 (patch) | |
tree | 3847335d7ac4a8c16015e494ea1b7df4cfeacc4f | |
parent | 80c57bf6d13d6025a9568afb9cca36c279fac593 (diff) | |
download | gitlab-ce-f1e6b8618a6a81f755624b3cd25c2fc0ee514165.tar.gz |
Note that Chrome/Chromium is required
-rw-r--r-- | qa/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md index 97555f8d0c2..1206815effa 100644 --- a/qa/README.md +++ b/qa/README.md @@ -39,6 +39,10 @@ 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) installed. + ### 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) |