testsuites
5 rows where build_id = 22214
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254239 | 22214 22214 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/642/artifact/log/WDIO.xunit-2024-06-16T14-47-31-934Z.xml | Special Watchlist | 1718570853 | 0.506 | 1 | 0 | 0 | 1 |
254240 | 22214 22214 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/642/artifact/log/WDIO.xunit-2024-06-16T14-47-31-940Z.xml | Special RecentChanges | 1718570853 | 3.032 | 1 | 0 | 0 | 0 |
254241 | 22214 22214 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/642/artifact/log/WDIO.xunit-2024-06-16T14-47-31-943Z.xml | User | 1718570853 | 5.067 | 2 | 0 | 0 | 0 |
254242 | 22214 22214 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/642/artifact/log/WDIO.xunit-2024-06-16T14-47-31-949Z.xml | Page | 1718570853 | 22.532 | 9 | 0 | 0 | 0 |
254243 | 22214 22214 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/642/artifact/log/WDIO.xunit-2024-06-16T14-47-34-377Z.xml | BlankPage | 1718570855 | 0.711 | 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) );