testsuites
3 rows where build_id = 20479
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
239538 | 20479 20479 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1224/artifact/log/WDIO.xunit-2024-05-08T08-54-08-530Z.xml | Special Watchlist | 1715180049 | 1.125 | 2 | 0 | 0 | 2 |
239539 | 20479 20479 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1224/artifact/log/WDIO.xunit-2024-05-08T08-54-08-545Z.xml | Special RecentChanges | 1715180049 | 0.77 | 2 | 0 | 0 | 2 |
239540 | 20479 20479 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1224/artifact/log/WDIO.xunit-2024-05-08T08-54-11-330Z.xml | BlankPage | 1715180052 | 0.629 | 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) );