diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 10:41:10 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 10:41:10 +0100 |
commit | 37d68f217b6565e2e3991c14cc46c60de8a71632 (patch) | |
tree | b63d465faf0fd36f55e176e2d38c19747e3fadcf /qa | |
parent | 161d0aa43dc767485c6f8a2300b6f4014c29ad7b (diff) | |
download | gitlab-ce-37d68f217b6565e2e3991c14cc46c60de8a71632.tar.gz |
Extend README.md for GitLab QA in `qa/` directory
[ci skip]
Diffstat (limited to 'qa')
-rw-r--r-- | qa/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md index 841e787488c..b6b5a76f1d3 100644 --- a/qa/README.md +++ b/qa/README.md @@ -3,3 +3,16 @@ This directory contains integration tests for GitLab. It is part of [GitLab QA project](https://gitlab.com/gitlab-org/gitlab-qa). + +## What GitLab QA is? + +GitLab QA is an integration tests suite for GitLab. + +These are black-box and entirely click-driven integration tests you can run +against any existing instance. + +## How does it work? + +1. When we release a new version of GitLab, we build a Docker images for it. +1. Along with GitLab Docker Images we also build and publish GitLab QA images. +1. GitLab QA project uses these images to execute integration tests. |