diff options
author | Ramya Authappan <rauthappan@gitlab.com> | 2019-03-01 05:50:48 +0000 |
---|---|---|
committer | Ramya Authappan <rauthappan@gitlab.com> | 2019-03-01 05:50:48 +0000 |
commit | d86de642d16e0f7518c7f508b5282c89128e9a58 (patch) | |
tree | 1f32242fd173b421340d04e71b23b5bfb34eee80 | |
parent | c994484d17d6a6da929f6a52f1b64dc15c38835c (diff) | |
parent | 15bc1e65738e843338356f68c0c7bb0abb9f7239 (diff) | |
download | gitlab-ce-d86de642d16e0f7518c7f508b5282c89128e9a58.tar.gz |
Merge branch 'docs-qa-gdk-ssh-setup-link' into 'master'
Link to instructions to run SSH tests on GDK
See merge request gitlab-org/gitlab-ce!25661
-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) |