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
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-11 12:26:48 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-11 12:26:48 +0300
commit025009929c3f9fb30be2860e75c8c736761a48d0 (patch)
treeee125efabd8a2e2815e024182bd760a19219e4f1 /qa/README.md
parent29ab9e92f49ee247c4702a81a7b2c81c499a4c3b (diff)
Add link to QA page objects docs from main README
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/qa/README.md b/qa/README.md
index 7f2dd39ff63..8fa04e80825 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -27,13 +27,17 @@ following call would login to a local [GDK] instance and run all specs in
bin/qa Test::Instance http://localhost:3000
```
+### Writing tests
+
+1. [Using page objects](qa/page/README.md)
+
### Running specific tests
You can also supply specific tests to run as another parameter. For example, to
-test the EE license specs, you can run:
+run the repository-related specs, you can execute:
```
-EE_LICENSE="<YOUR LICENSE KEY>" bin/qa Test::Instance http://localhost qa/specs/features/ee
+bin/qa Test::Instance http://localhost qa/specs/features/repository/
```
Since the arguments would be passed to `rspec`, you could use all `rspec`