Add link to QA page objects docs from main README

This commit is contained in:
Grzegorz Bizon 2018-01-11 10:26:48 +01:00
parent 29ab9e92f4
commit 025009929c
1 changed files with 6 additions and 2 deletions

View File

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