Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative '../qa'
ARGV.unshift('Test::Instance::All', ENV['GITLAB_URL'], '--')
QA::Scenario
.const_get(ARGV.shift)
.launch!(ARGV)