Skip to content

A custom interface to query Intergration Suite results via GitLab

License

Notifications You must be signed in to change notification settings

sanger/interrogator

Repository files navigation

Ruby

Interrogator

A visualisation tool for Integration Suite test runs.

Screenshot

Setup

  1. Install dependencies
    bundle install
  2. Acquire a personal access token for the GitLab API from the GitLab instance you want to use. Set the token name to {username}-interrogator, expiration date to a year's time and scope to read_api. Save the token in a file named gitlab.token in the root of the project.
  3. Run the server
    bundle exec rerun ruby app.rb
  4. Access the interface at http://localhost:4567

Linting

bundle exec rubocop -a
bundle exec erblint --lint-all -a

About

A custom interface to query Intergration Suite results via GitLab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published