summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/instance.rb
blob: e2a1f6bf2bd342d1a2dd12f889066b1be6f3f3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module QA
  module Scenario
    module Test
      ##
      # Run test suite against any GitLab instance,
      # including staging and on-premises installation.
      #
      class Instance < Entrypoint
        tags :core
      end
    end
  end
end