summaryrefslogtreecommitdiff
path: root/2/widgets/summary.json
blob: fc31fcc8ffbe8fb3b6d55d581abf002879f902c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "reportName" : "Allure Report",
  "testRuns" : [ ],
  "statistic" : {
    "failed" : 0,
    "broken" : 0,
    "skipped" : 0,
    "passed" : 1,
    "unknown" : 0,
    "total" : 1
  },
  "time" : {
    "start" : 1628809725000,
    "stop" : 1628809725005,
    "duration" : 5,
    "minDuration" : 5,
    "maxDuration" : 5,
    "sumDuration" : 5
  }
}