testsuites
3 rows where build_id = 20584
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
241875 | 20584 20584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/245/artifact/log/WDIO.xunit-2024-05-03T23-43-55-934Z.xml | Page | 1714801437 | 25.121 | 9 | 0 | 0 | 0 |
241876 | 20584 20584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/245/artifact/log/WDIO.xunit-2024-05-03T23-43-55-946Z.xml | Special RecentChanges | 1714801437 | 3.786 | 1 | 0 | 0 | 0 |
241877 | 20584 20584 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/245/artifact/log/WDIO.xunit-2024-05-03T23-43-58-642Z.xml | BlankPage | 1714801439 | 0.675 | 1 | 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) );