testsuites
5 rows where build_id = 717
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2743 | 717 717 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76247/artifact/log/WDIO.xunit-2021-09-24T18-33-13-500Z.xml | Page | 1632529994 | 0.714 | 17 | 0 | 0 | 17 |
2744 | 717 717 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76247/artifact/log/WDIO.xunit-2021-09-24T18-33-16-652Z.xml | Special RecentChanges | 1632529998 | 0.7 | 2 | 0 | 0 | 2 |
2745 | 717 717 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76247/artifact/log/WDIO.xunit-2021-09-24T18-33-20-330Z.xml | User | 1632530001 | 5.287 | 2 | 0 | 0 | 0 |
2746 | 717 717 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76247/artifact/log/WDIO.xunit-2021-09-24T18-33-28-260Z.xml | Special Watchlist | 1632530009 | 2.4 | 2 | 0 | 0 | 2 |
2747 | 717 717 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76247/artifact/log/WDIO.xunit-2021-09-24T18-33-33-699Z.xml | BlankPage | 1632530014 | 0.624 | 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) );