testsuites
4 rows where build_id = 2594
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
29010 | 2594 2594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/156/artifact/log/WDIO.xunit-2021-09-29T12-56-54-932Z.xml | Advanced Search | 1632941819 | 31.859 | 3 | 0 | 0 | 0 |
29011 | 2594 2594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/156/artifact/log/WDIO.xunit-2021-09-29T12-57-32-074Z.xml | Advanced Search | 1632941853 | 39.935 | 1 | 0 | 0 | 0 |
29012 | 2594 2594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/156/artifact/log/WDIO.xunit-2021-09-29T12-58-14-251Z.xml | AdvancedSearch | 1632941895 | 44.635 | 14 | 0 | 0 | 0 |
29013 | 2594 2594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/156/artifact/log/WDIO.xunit-2021-09-29T12-59-01-185Z.xml | Advanced Search submit | 1632941942 | 13.554 | 6 | 0 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testsuites ( id INTEGER PRIMARY KEY, build_id INTEGER NOT NULL, url TEXT NOT NULL, name TEXT, timestamp INTEGER, time REAL, tests INTEGER, failures INTEGER, errors INTEGER, skipped INTEGER, UNIQUE(url,name,timestamp), FOREIGN KEY(build_id) REFERENCES builds(id) );