testsuites
4 rows where build_id = 13875
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183355 | 13875 13875 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/221/artifact/log/WDIO.xunit-2021-12-01T12-56-58-604Z.xml | Advanced Search | 1638388624 | 31.339 | 3 | 0 | 0 | 0 |
183356 | 13875 13875 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/221/artifact/log/WDIO.xunit-2021-12-01T12-57-36-850Z.xml | Advanced Search | 1638388658 | 50.253 | 1 | 0 | 0 | 0 |
183357 | 13875 13875 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/221/artifact/log/WDIO.xunit-2021-12-01T12-58-30-391Z.xml | AdvancedSearch | 1638388712 | 45.72 | 14 | 0 | 0 | 0 |
183358 | 13875 13875 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/221/artifact/log/WDIO.xunit-2021-12-01T12-59-19-535Z.xml | Advanced Search submit | 1638388761 | 13.794 | 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) );