testsuites
5 rows where build_id = 713
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2673 | 713 713 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76252/artifact/log/WDIO.xunit-2021-09-24T20-31-28-110Z.xml | Page | 1632537089 | 0.754 | 17 | 0 | 0 | 17 |
2674 | 713 713 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76252/artifact/log/WDIO.xunit-2021-09-24T20-31-31-771Z.xml | Special RecentChanges | 1632537093 | 0.645 | 2 | 0 | 0 | 2 |
2675 | 713 713 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76252/artifact/log/WDIO.xunit-2021-09-24T20-31-35-234Z.xml | User | 1632537096 | 10.418 | 2 | 0 | 0 | 0 |
2676 | 713 713 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76252/artifact/log/WDIO.xunit-2021-09-24T20-31-48-356Z.xml | Special Watchlist | 1632537110 | 2.547 | 2 | 0 | 0 | 2 |
2677 | 713 713 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76252/artifact/log/WDIO.xunit-2021-09-24T20-31-54-605Z.xml | BlankPage | 1632537115 | 0.586 | 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) );