testsuites
5 rows where build_id = 726
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2813 | 726 726 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76235/artifact/log/WDIO.xunit-2021-09-24T00-50-32-875Z.xml | Page | 1632466234 | 0.746 | 17 | 0 | 0 | 17 |
2814 | 726 726 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76235/artifact/log/WDIO.xunit-2021-09-24T00-50-36-521Z.xml | Special RecentChanges | 1632466237 | 0.613 | 2 | 0 | 0 | 2 |
2815 | 726 726 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76235/artifact/log/WDIO.xunit-2021-09-24T00-50-39-613Z.xml | User | 1632466240 | 10.041 | 2 | 0 | 0 | 0 |
2816 | 726 726 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76235/artifact/log/WDIO.xunit-2021-09-24T00-50-52-084Z.xml | Special Watchlist | 1632466253 | 2.252 | 2 | 0 | 0 | 2 |
2817 | 726 726 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76235/artifact/log/WDIO.xunit-2021-09-24T00-50-56-879Z.xml | BlankPage | 1632466257 | 0.572 | 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) );