testsuites
4 rows where build_id = 4356
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
59556 | 4356 4356 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/159/artifact/log/WDIO.xunit-2021-10-02T12-56-34-891Z.xml | Advanced Search | 1633200996 | 34.842 | 3 | 0 | 0 | 0 |
59557 | 4356 4356 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/159/artifact/log/WDIO.xunit-2021-10-02T12-57-12-074Z.xml | Advanced Search | 1633201033 | 42.579 | 1 | 0 | 0 | 0 |
59558 | 4356 4356 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/159/artifact/log/WDIO.xunit-2021-10-02T12-57-56-829Z.xml | AdvancedSearch | 1633201078 | 39.528 | 14 | 0 | 0 | 0 |
59559 | 4356 4356 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/159/artifact/log/WDIO.xunit-2021-10-02T12-58-38-477Z.xml | Advanced Search submit | 1633201119 | 11.024 | 6 | 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) );