gitlab-org--gitlab-foss/qa
Rémy Coutable c1b4f800f3 Merge branch 'fix/gb/gitlab-qa-start-page-cold-boot' into 'master'
Resolve GitLab QA cold boot problems on entry page

See merge request !10003
2017-03-17 17:31:21 +00:00
..
bin Remove legacy scripts for building docker images 2017-03-09 10:36:27 +01:00
qa Do not use Ruby Timeout module in GitLab QA 2017-03-17 11:00:27 +01: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.