testsuites
5 rows where build_id = 732
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2873 | 732 732 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76227/artifact/log/WDIO.xunit-2021-09-23T22-24-24-851Z.xml | Page | 1632457466 | 0.881 | 17 | 0 | 0 | 17 |
2874 | 732 732 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76227/artifact/log/WDIO.xunit-2021-09-23T22-24-28-509Z.xml | Special RecentChanges | 1632457470 | 0.913 | 2 | 0 | 0 | 2 |
2875 | 732 732 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76227/artifact/log/WDIO.xunit-2021-09-23T22-24-32-412Z.xml | User | 1632457474 | 5.028 | 2 | 0 | 0 | 0 |
2876 | 732 732 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76227/artifact/log/WDIO.xunit-2021-09-23T22-24-40-292Z.xml | Special Watchlist | 1632457481 | 2.324 | 2 | 0 | 0 | 2 |
2877 | 732 732 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76227/artifact/log/WDIO.xunit-2021-09-23T22-24-45-124Z.xml | BlankPage | 1632457486 | 1.065 | 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) );