testsuites
4 rows where build_id = 20462
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
239241 | 20462 20462 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1251/artifact/log/WDIO.xunit-2024-05-09T06-51-12-719Z.xml | Page | 1715259074 | 0.762 | 17 | 0 | 0 | 17 |
239242 | 20462 20462 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1251/artifact/log/WDIO.xunit-2024-05-09T06-51-12-784Z.xml | Special RecentChanges | 1715259073 | 1.149 | 2 | 0 | 0 | 2 |
239243 | 20462 20462 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1251/artifact/log/WDIO.xunit-2024-05-09T06-51-12-826Z.xml | User | 1715259073 | 5.815 | 2 | 0 | 0 | 0 |
239244 | 20462 20462 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1251/artifact/log/WDIO.xunit-2024-05-09T06-51-15-724Z.xml | BlankPage | 1715259076 | 0.677 | 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) );