Welcome to mirror list, hosted at ThFree Co, Russian Federation.

instance.rb « test « scenario « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 115462d8e6bb1237e631c105e477016e0bef257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module QA
  module Scenario
    module Test
      ##
      # Run test suite against any GitLab instance,
      # including staging and on-premises installation.
      #
      class Instance < Entrypoint
      end
    end
  end
end