diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-03-07 15:59:00 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-07 15:59:00 +0000 |
commit | dbd7309a16bd3abc6c586b6c2df2beb317cfef95 (patch) | |
tree | 3fdd719c926ac80285f0dc93ef975625657d0fbb /qa/README.md | |
parent | 7be248334b350091e83d0335bf0c263071c6a67f (diff) | |
parent | b63efb09a5c864047924cd2d84527b47dd563d5f (diff) | |
download | gitlab-ce-reply-to-comment-documentation.tar.gz |
Merge branch 'master' into 'reply-to-comment-documentation'reply-to-comment-documentation
# Conflicts:
# doc/user/discussions/index.md
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md index 7709db36f8e..735868e7640 100644 --- a/qa/README.md +++ b/qa/README.md @@ -42,6 +42,9 @@ following call would login to a local [GDK] instance and run all specs in bin/qa Test::Instance::All http://localhost:3000 ``` +Note: If you want to run tests requiring SSH against GDK, you +will need to [modify your GDK setup](https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/run_qa_against_gdk.md). + ### Writing tests 1. [Using page objects](qa/page/README.md) |