Parse and display Knapsack reports

Problem to solve

Display test durations generated by Knapsack.

Intended users

Development Team Lead, Software Developer, DevOps Engineer, Data Analyst

Further details

Example reports:

Proposal

Parse the JSON files with test durations that Knapsack outputs and display a report with filename and duration:

Screen_Shot_2019-07-18_at_16.32.43

(similar to how we do with JUnit reports)

Suggested syntax for .gitlab-ci.yml:

  artifacts:
    paths:
      - report.json
    reports:
      knapsack: report.json
Edited by Inactive Account