gitlab-org--gitlab-foss/qa
Grzegorz Bizon c7003cb592 Fix outdated 'Admin area' link label in GitLab QA
[ci skip]
2017-04-12 10:57:34 +02:00
..
bin Remove legacy scripts for building docker images 2017-03-09 10:36:27 +01:00
qa Fix outdated 'Admin area' link label in GitLab QA 2017-04-12 10:57:34 +02:00
spec Add GitLab QA CE strategy and simplify inflector 2017-03-13 13:54:33 +01:00
.gitignore Speed up GitLab QA docker image builds 2017-03-16 14:04:43 +01:00
.rspec Add GitLab QA integrations tests to GitLab CE / EE 2017-03-09 10:36:27 +01:00
Dockerfile Speed up GitLab QA docker image builds 2017-03-16 14:04:43 +01:00
Gemfile Fix Rubocop offense and remove QA Rubocop from deps 2017-03-09 10:36:27 +01:00
Gemfile.lock Speed up GitLab QA docker image builds 2017-03-16 14:04:43 +01:00
README.md Extend README.md for GitLab QA in `qa/` directory 2017-03-09 10:41:10 +01:00
qa.rb Add GitLab QA CE strategy and simplify inflector 2017-03-13 13:54:33 +01:00

README.md

Integration tests for GitLab

This directory contains integration tests for GitLab.

It is part of GitLab QA project.

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.
  2. Along with GitLab Docker Images we also build and publish GitLab QA images.
  3. GitLab QA project uses these images to execute integration tests.