testsuites
4 rows where build_id = 15232
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
193851 | 15232 15232 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/887/artifact/log/WDIO.xunit-2023-09-17T12-56-44-292Z.xml | Advanced Search | 1694977005 | 14.836 | 3 | 1 | 1 | 0 |
193852 | 15232 15232 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/887/artifact/log/WDIO.xunit-2023-09-17T12-56-44-297Z.xml | Advanced Search | 1694977005 | 12.042 | 1 | 0 | 0 | 0 |
193853 | 15232 15232 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/887/artifact/log/WDIO.xunit-2023-09-17T12-56-44-363Z.xml | Advanced Search | 1694977005 | 4.781 | 1 | 0 | 0 | 0 |
193854 | 15232 15232 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/887/artifact/log/WDIO.xunit-2023-09-17T12-57-01-056Z.xml | Advanced Search | 1694977022 | 12.955 | 3 | 1 | 1 | 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) );