testsuites
4 rows where build_id = 11885
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
157467 | 11885 11885 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81973/artifact/log/WDIO.xunit-2021-10-14T09-57-37-055Z.xml | Homepage | 1634227065 | 4.496 | 3 | 0 | 0 | 0 |
157468 | 11885 11885 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81973/artifact/log/WDIO.xunit-2021-10-14T09-57-51-600Z.xml | Special WelcomeSurvey | 1634227077 | 2.839 | 1 | 0 | 0 | 0 |
157469 | 11885 11885 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81973/artifact/log/WDIO.xunit-2021-10-14T09-58-22-222Z.xml | Page | 1634227103 | 0.672 | 17 | 0 | 0 | 17 |
157470 | 11885 11885 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81973/artifact/log/WDIO.xunit-2021-10-14T09-58-25-928Z.xml | Special RecentChanges | 1634227107 | 0.723 | 2 | 0 | 0 | 2 |
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) );