testsuites
4 rows where build_id = 20773
This data as json, CSV (advanced)
Suggested facets: timestamp, tests, skipped
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
244562 | 20773 20773 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8490/artifact/log/WDIO.xunit-2024-05-09T15-17-25-952Z.xml | Page | 1715289447 | 23.302 | 9 | 0 | 0 | 0 |
244563 | 20773 20773 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8490/artifact/log/WDIO.xunit-2024-05-09T15-17-25-959Z.xml | Special Watchlist | 1715289447 | 0.87 | 1 | 0 | 0 | 1 |
244564 | 20773 20773 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8490/artifact/log/WDIO.xunit-2024-05-09T15-17-26-004Z.xml | Special RecentChanges | 1715289447 | 3.628 | 1 | 0 | 0 | 0 |
244565 | 20773 20773 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8490/artifact/log/WDIO.xunit-2024-05-09T15-17-28-715Z.xml | BlankPage | 1715289449 | 0.659 | 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) );