testsuites
5 rows where build_id = 22240
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254364 | 22240 22240 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/616/artifact/log/WDIO.xunit-2024-06-16T14-20-14-233Z.xml | Special Watchlist | 1718569215 | 1.098 | 2 | 0 | 0 | 2 |
254365 | 22240 22240 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/616/artifact/log/WDIO.xunit-2024-06-16T14-20-14-246Z.xml | Page | 1718569215 | 0.605 | 17 | 0 | 0 | 17 |
254366 | 22240 22240 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/616/artifact/log/WDIO.xunit-2024-06-16T14-20-14-265Z.xml | Special RecentChanges | 1718569215 | 0.684 | 2 | 0 | 0 | 2 |
254367 | 22240 22240 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/616/artifact/log/WDIO.xunit-2024-06-16T14-20-14-276Z.xml | User | 1718569215 | 4.589 | 2 | 0 | 0 | 0 |
254368 | 22240 22240 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/616/artifact/log/WDIO.xunit-2024-06-16T14-20-16-724Z.xml | BlankPage | 1718569217 | 0.604 | 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) );