testsuites
4 rows where build_id = 921
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4967 | 921 921 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/129/artifact/log/WDIO.xunit-2021-09-02T12-56-41-916Z.xml | Advanced Search | 1630609004 | 26.357 | 3 | 0 | 0 | 0 |
4968 | 921 921 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/129/artifact/log/WDIO.xunit-2021-09-02T12-57-11-677Z.xml | Advanced Search | 1630609033 | 40.712 | 1 | 0 | 0 | 0 |
4969 | 921 921 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/129/artifact/log/WDIO.xunit-2021-09-02T12-57-54-769Z.xml | AdvancedSearch | 1630609076 | 42.453 | 14 | 0 | 0 | 0 |
4970 | 921 921 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/129/artifact/log/WDIO.xunit-2021-09-02T12-58-39-543Z.xml | Advanced Search submit | 1630609120 | 13.549 | 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) );