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
This commit is contained in:
Ramya Authappan 2019-03-01 05:50:48 +00:00
commit d86de642d1
1 changed files with 3 additions and 0 deletions

View File

@ -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)