Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-01-31 12:44:23 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-01-31 12:44:23 +0300
commite6579d82cb87ca5cb94639851482f48a73a2b74f (patch)
tree0d694eb73cf019acfcf5ebc5536e44e239a8ed2f /qa
parentafcd9fc7f415dc5a8794ad1ef2498baee08aa825 (diff)
parent139857d91516a42770f80ee68c2cf922337ad509 (diff)
Merge branch 'update-qa-docs-with-directory-req' into 'master'
Add note about needing to be in the `$gdk/gitlab/qa` directory for `bin/qa` to work properly See merge request gitlab-org/gitlab-ce!16824 [ci skip]
Diffstat (limited to 'qa')
-rw-r--r--qa/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md
index 3c1b61900d9..b937dc4c7a0 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -34,6 +34,9 @@ You can use GitLab QA to exercise tests on any live instance! For example, the
following call would login to a local [GDK] instance and run all specs in
`qa/specs/features`:
+First, `cd` into the `$gdk/gitlab/qa` directory.
+The `bin/qa` script expects you to be in the `qa` folder of the app.
+
```
bin/qa Test::Instance http://localhost:3000
```