testsuites
4 rows where build_id = 11594
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
151297 | 11594 11594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/169/artifact/log/WDIO.xunit-2021-10-12T12-56-36-082Z.xml | Advanced Search | 1634064997 | 28.152 | 3 | 0 | 0 | 0 |
151298 | 11594 11594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/169/artifact/log/WDIO.xunit-2021-10-12T12-57-06-952Z.xml | Advanced Search | 1634065028 | 43.477 | 1 | 0 | 0 | 0 |
151299 | 11594 11594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/169/artifact/log/WDIO.xunit-2021-10-12T12-57-52-636Z.xml | AdvancedSearch | 1634065074 | 39.457 | 14 | 0 | 0 | 0 |
151300 | 11594 11594 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/169/artifact/log/WDIO.xunit-2021-10-12T12-58-34-380Z.xml | Advanced Search submit | 1634065115 | 10.324 | 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) );