summaryrefslogtreecommitdiff
path: root/qa/README.md
diff options
context:
space:
mode:
authorWalmyr <walmyr@gitlab.com>2019-05-13 23:56:01 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-05-13 23:56:01 +0000
commit74f54a16b886144d83963b8f60f57c1538ec9f05 (patch)
treefd266b437187347e3148e750d7d2679d495ff2c4 /qa/README.md
parent0a7216ab6eccf5607d5c526c1deea235f0f7462e (diff)
downloadgitlab-ce-74f54a16b886144d83963b8f60f57c1538ec9f05.tar.gz
This is the first iteration of documentation for the GitLab QA
framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/qa/README.md b/qa/README.md
index 8efdd8514f1..002ad4c65f5 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -49,8 +49,10 @@ will need to [modify your GDK setup](https://gitlab.com/gitlab-org/gitlab-qa/blo
### Writing tests
-1. [Using page objects](qa/page/README.md)
-2. [Style guide](STYLE_GUIDE.md)
+- [Writing tests from scratch tutorial](docs/WRITING_TESTS_FROM_SCRATCH.md)
+ - [Best practices](docs/BEST_PRACTICES.md)
+ - [Using page objects](qa/page/README.md)
+ - [Guidelines](docs/GUIDELINES.md)
### Running specific tests