testsuites
5 rows where build_id = 20643
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242809 | 20643 20643 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/436/artifact/log/WDIO.xunit-2024-05-09T19-48-08-170Z.xml | Special RecentChanges | 1715305689 | 2.709 | 1 | 0 | 0 | 0 |
242810 | 20643 20643 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/436/artifact/log/WDIO.xunit-2024-05-09T19-48-08-174Z.xml | Page | 1715305689 | 23.608 | 9 | 0 | 0 | 0 |
242811 | 20643 20643 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/436/artifact/log/WDIO.xunit-2024-05-09T19-48-08-230Z.xml | User | 1715305689 | 6.191 | 2 | 0 | 0 | 0 |
242812 | 20643 20643 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/436/artifact/log/WDIO.xunit-2024-05-09T19-48-08-242Z.xml | Special Watchlist | 1715305689 | 0.384 | 1 | 0 | 0 | 1 |
242813 | 20643 20643 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/436/artifact/log/WDIO.xunit-2024-05-09T19-48-10-866Z.xml | BlankPage | 1715305693 | 0.663 | 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) );