diff options
| author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-09 12:26:45 +0900 |
|---|---|---|
| committer | Marcel Amirault <mamirault@gitlab.com> | 2019-09-09 12:26:45 +0900 |
| commit | 7e02921dbbba869417c28d4d631c641cd70a164c (patch) | |
| tree | 72e2c95592272d6c1d4c09d5c1e52b34ae6776c8 /qa | |
| parent | e7ac3a246c3f83cfc6179fccbd9c393a2c22666b (diff) | |
| download | gitlab-ce-docs-include-more-files.tar.gz | |
Proof of concept linting outside docs dirdocs-include-more-files
Shows how much work is required to enable linting on docs
changes outside the /docs dir, if required in the future
Diffstat (limited to 'qa')
| -rw-r--r-- | qa/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qa/README.md b/qa/README.md index 332e5c8170f..7c1fff8f677 100644 --- a/qa/README.md +++ b/qa/README.md @@ -70,9 +70,9 @@ will need to [modify your GDK setup](https://gitlab.com/gitlab-org/gitlab-qa/blo ### Writing tests - [Writing tests from scratch tutorial](../doc/development/testing_guide/end_to_end/quick_start_guide.md) - - [Best practices](../doc/development/testing_guide/best_practices.md) - - [Using page objects](../doc/development/testing_guide/end_to_end/page_objects.md) - - [Guidelines](../doc/development/testing_guide/index.md) + - [Best practices](../doc/development/testing_guide/best_practices.md) + - [Using page objects](../doc/development/testing_guide/end_to_end/page_objects.md) + - [Guidelines](../doc/development/testing_guide/index.md) ### Running specific tests @@ -134,7 +134,6 @@ canary fleet. To do this set `QA_COOKIES="gitlab_canary=true"`. To set multiple cookies, separate them with the `;` character, for example: `QA_COOKIES="cookie1=value;cookie2=value2"` - ### Building a Docker image to test Once you have made changes to the CE/EE repositories, you may want to build a |
