testsuites
5 rows where build_id = 20699
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243383 | 20699 20699 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/361/artifact/log/WDIO.xunit-2024-05-06T15-39-52-049Z.xml | Page | 1715031593 | 30.148 | 9 | 0 | 0 | 0 |
243384 | 20699 20699 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/361/artifact/log/WDIO.xunit-2024-05-06T15-39-52-230Z.xml | User | 1715031593 | 11.558 | 2 | 0 | 0 | 0 |
243385 | 20699 20699 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/361/artifact/log/WDIO.xunit-2024-05-06T15-39-52-386Z.xml | Special Watchlist | 1715031593 | 0.428 | 1 | 0 | 0 | 1 |
243386 | 20699 20699 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/361/artifact/log/WDIO.xunit-2024-05-06T15-39-52-397Z.xml | Special RecentChanges | 1715031593 | 6.325 | 1 | 0 | 0 | 0 |
243387 | 20699 20699 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/361/artifact/log/WDIO.xunit-2024-05-06T15-39-55-533Z.xml | BlankPage | 1715031597 | 1.737 | 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) );