Commit e6579d82 authored by Grzegorz Bizon's avatar Grzegorz Bizon

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]
parents afcd9fc7 139857d9
...@@ -34,6 +34,9 @@ You can use GitLab QA to exercise tests on any live instance! For example, the ...@@ -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 following call would login to a local [GDK] instance and run all specs in
`qa/specs/features`: `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 bin/qa Test::Instance http://localhost:3000
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment