summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-01-31 01:40:19 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-01-31 01:41:31 -0600
commit139857d91516a42770f80ee68c2cf922337ad509 (patch)
tree70e290efcc649147f59713d4d24006d5862274d2
parent03f386c2b20f95272e4846f5ecab54fd8b2566e0 (diff)
downloadgitlab-ce-update-qa-docs-with-directory-req.tar.gz
Add note about being in the `qa` directory for `bin/qa` to workupdate-qa-docs-with-directory-req
I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134
-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
```