testsuites
5 rows where build_id = 451
This data as json, CSV (advanced)
Suggested facets: skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
1285 | 451 451 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15279/artifact/log/WDIO.xunit-2021-09-24T06-51-29-263Z.xml | Page | 1632487890 | 0.744 | 17 | 0 | 0 | 17 |
1286 | 451 451 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15279/artifact/log/WDIO.xunit-2021-09-24T06-51-32-520Z.xml | Special RecentChanges | 1632487893 | 0.642 | 2 | 0 | 0 | 2 |
1287 | 451 451 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15279/artifact/log/WDIO.xunit-2021-09-24T06-51-35-524Z.xml | User | 1632487896 | 4.841 | 2 | 0 | 0 | 0 |
1288 | 451 451 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15279/artifact/log/WDIO.xunit-2021-09-24T06-51-42-797Z.xml | Special Watchlist | 1632487903 | 2.039 | 2 | 0 | 0 | 2 |
1289 | 451 451 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15279/artifact/log/WDIO.xunit-2021-09-24T06-51-47-216Z.xml | BlankPage | 1632487908 | 0.691 | 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) );