testsuites
5 rows where build_id = 22585
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258450 | 22585 22585 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/145/artifact/log/WDIO.xunit-2024-06-16T14-23-00-016Z.xml | Special Watchlist | 1718569381 | 0.491 | 1 | 0 | 0 | 1 |
258451 | 22585 22585 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/145/artifact/log/WDIO.xunit-2024-06-16T14-23-00-020Z.xml | Page | 1718569381 | 23.279 | 9 | 0 | 0 | 0 |
258452 | 22585 22585 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/145/artifact/log/WDIO.xunit-2024-06-16T14-23-00-041Z.xml | Special RecentChanges | 1718569381 | 2.978 | 1 | 0 | 0 | 0 |
258453 | 22585 22585 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/145/artifact/log/WDIO.xunit-2024-06-16T14-23-00-055Z.xml | User | 1718569381 | 5.503 | 2 | 0 | 0 | 0 |
258454 | 22585 22585 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/145/artifact/log/WDIO.xunit-2024-06-16T14-23-02-889Z.xml | BlankPage | 1718569383 | 0.757 | 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) );