testsuites
5 rows where build_id = 706
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2638 | 706 706 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76260/artifact/log/WDIO.xunit-2021-09-25T02-31-56-140Z.xml | Page | 1632558717 | 0.83 | 17 | 0 | 0 | 17 |
2639 | 706 706 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76260/artifact/log/WDIO.xunit-2021-09-25T02-32-00-318Z.xml | Special RecentChanges | 1632558722 | 0.769 | 2 | 0 | 0 | 2 |
2640 | 706 706 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76260/artifact/log/WDIO.xunit-2021-09-25T02-32-04-534Z.xml | User | 1632558726 | 5.25 | 2 | 0 | 0 | 0 |
2641 | 706 706 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76260/artifact/log/WDIO.xunit-2021-09-25T02-32-13-267Z.xml | Special Watchlist | 1632558734 | 2.48 | 2 | 0 | 0 | 2 |
2642 | 706 706 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76260/artifact/log/WDIO.xunit-2021-09-25T02-32-19-213Z.xml | BlankPage | 1632558740 | 0.565 | 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) );