testsuites
4 rows where build_id = 11593
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
151293 | 11593 11593 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/170/artifact/log/WDIO.xunit-2021-10-13T12-56-44-524Z.xml | Advanced Search | 1634151408 | 33.218 | 3 | 0 | 0 | 0 |
151294 | 11593 11593 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/170/artifact/log/WDIO.xunit-2021-10-13T12-57-23-095Z.xml | Advanced Search | 1634151444 | 42.046 | 1 | 0 | 0 | 0 |
151295 | 11593 11593 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/170/artifact/log/WDIO.xunit-2021-10-13T12-58-07-867Z.xml | AdvancedSearch | 1634151489 | 41.716 | 14 | 0 | 0 | 0 |
151296 | 11593 11593 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/170/artifact/log/WDIO.xunit-2021-10-13T12-58-51-944Z.xml | Advanced Search submit | 1634151533 | 13.538 | 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) );