From 87af6f2e0590af0ed1bb3e5de1bb5d21855a94d2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 16 Mar 2020 21:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- qa/Dockerfile | 2 +- qa/README.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'qa') diff --git a/qa/Dockerfile b/qa/Dockerfile index 126d9fbc591..155a9761a6f 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -1,5 +1,5 @@ FROM ruby:2.6-stretch -LABEL maintainer "Grzegorz Bizon " +LABEL maintainer="GitLab Quality Department " ENV DEBIAN_FRONTEND noninteractive ## diff --git a/qa/README.md b/qa/README.md index cdc84da1c5e..c7c6e535963 100644 --- a/qa/README.md +++ b/qa/README.md @@ -44,6 +44,14 @@ Note: GitLab QA uses [Selenium WebDriver](https://www.seleniumhq.org/) via the browser to use. You will need to have Chrome (or Chromium) and [chromedriver](https://chromedriver.chromium.org/) installed / in your `$PATH`. +### Writing tests + +- [Writing tests from scratch tutorial](../doc/development/testing_guide/end_to_end/quick_start_guide.md) + - [Best practices](../doc/development/testing_guide/best_practices.md) + - [Using page objects](../doc/development/testing_guide/end_to_end/page_objects.md) + - [Guidelines](../doc/development/testing_guide/index.md) + - [Tests with special setup for local environemnts](../doc/development/testing_guide/end_to_end/running_tests_that_require_special_setup.md) + ### 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) @@ -77,13 +85,6 @@ Once you have the license file you can export it as an environment variable and export EE_LICENSE=$(cat /path/to/gitlab_license) ``` -### Writing tests - -- [Writing tests from scratch tutorial](../doc/development/testing_guide/end_to_end/quick_start_guide.md) - - [Best practices](../doc/development/testing_guide/best_practices.md) - - [Using page objects](../doc/development/testing_guide/end_to_end/page_objects.md) - - [Guidelines](../doc/development/testing_guide/index.md) - ### Running specific tests You can also supply specific tests to run as another parameter. For example, to -- cgit v1.2.3