testsuites
5 rows where build_id = 557
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
1873 | 557 557 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1520/artifact/log/WDIO.xunit-2021-09-24T06-51-24-425Z.xml | Page | 1632487886 | 0.771 | 17 | 0 | 0 | 17 |
1874 | 557 557 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1520/artifact/log/WDIO.xunit-2021-09-24T06-51-28-148Z.xml | Special RecentChanges | 1632487889 | 0.647 | 2 | 0 | 0 | 2 |
1875 | 557 557 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1520/artifact/log/WDIO.xunit-2021-09-24T06-51-31-737Z.xml | User | 1632487892 | 5.85 | 2 | 0 | 0 | 0 |
1876 | 557 557 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1520/artifact/log/WDIO.xunit-2021-09-24T06-51-40-052Z.xml | Special Watchlist | 1632487901 | 2.507 | 2 | 0 | 0 | 2 |
1877 | 557 557 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1520/artifact/log/WDIO.xunit-2021-09-24T06-51-45-119Z.xml | BlankPage | 1632487906 | 0.835 | 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) );