testsuites
4 rows where build_id = 20671
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243112 | 20671 20671 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/405/artifact/log/WDIO.xunit-2024-05-08T14-34-10-177Z.xml | User | 1715200451 | 5.552 | 2 | 0 | 0 | 0 |
243113 | 20671 20671 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/405/artifact/log/WDIO.xunit-2024-05-08T14-34-10-179Z.xml | Page | 1715200451 | 22.674 | 9 | 0 | 0 | 0 |
243114 | 20671 20671 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/405/artifact/log/WDIO.xunit-2024-05-08T14-34-10-185Z.xml | Special RecentChanges | 1715200451 | 3.316 | 1 | 0 | 0 | 0 |
243115 | 20671 20671 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/405/artifact/log/WDIO.xunit-2024-05-08T14-34-12-916Z.xml | BlankPage | 1715200454 | 0.74 | 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) );