testsuites
5 rows where build_id = 20628
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242736 | 20628 20628 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/451/artifact/log/WDIO.xunit-2024-05-09T19-58-40-692Z.xml | User | 1715306322 | 8.752 | 2 | 0 | 0 | 0 |
242737 | 20628 20628 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/451/artifact/log/WDIO.xunit-2024-05-09T19-58-40-694Z.xml | Special RecentChanges | 1715306322 | 3.253 | 1 | 0 | 0 | 0 |
242738 | 20628 20628 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/451/artifact/log/WDIO.xunit-2024-05-09T19-58-40-738Z.xml | Page | 1715306322 | 24.434 | 9 | 0 | 0 | 0 |
242739 | 20628 20628 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/451/artifact/log/WDIO.xunit-2024-05-09T19-58-40-789Z.xml | Special Watchlist | 1715306322 | 0.609 | 1 | 0 | 0 | 1 |
242740 | 20628 20628 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/451/artifact/log/WDIO.xunit-2024-05-09T19-58-43-937Z.xml | BlankPage | 1715306325 | 3.414 | 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) );