testsuites
5 rows where build_id = 22574
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
258396 | 22574 22574 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/156/artifact/log/WDIO.xunit-2024-06-16T14-55-35-518Z.xml | Page | 1718571337 | 22.966 | 9 | 0 | 0 | 0 |
258397 | 22574 22574 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/156/artifact/log/WDIO.xunit-2024-06-16T14-55-35-525Z.xml | User | 1718571336 | 5.644 | 2 | 0 | 0 | 0 |
258398 | 22574 22574 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/156/artifact/log/WDIO.xunit-2024-06-16T14-55-35-537Z.xml | Special RecentChanges | 1718571336 | 2.987 | 1 | 0 | 0 | 0 |
258399 | 22574 22574 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/156/artifact/log/WDIO.xunit-2024-06-16T14-55-35-553Z.xml | Special Watchlist | 1718571336 | 0.653 | 1 | 0 | 0 | 1 |
258400 | 22574 22574 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/156/artifact/log/WDIO.xunit-2024-06-16T14-55-38-110Z.xml | BlankPage | 1718571339 | 0.803 | 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) );