A visualisation tool for Integration Suite test runs.
- Install dependencies
bundle install
- 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 toread_api
. Save the token in a file namedgitlab.token
in the root of the project. - Run the server
bundle exec rerun ruby app.rb
- Access the interface at http://localhost:4567
bundle exec rubocop -a
bundle exec erblint --lint-all -a