testsuites
4 rows where build_id = 13897
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183443 | 13897 13897 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/199/artifact/log/WDIO.xunit-2021-11-11T12-56-44-789Z.xml | Advanced Search | 1636660610 | 27.374 | 3 | 0 | 0 | 0 |
183444 | 13897 13897 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/199/artifact/log/WDIO.xunit-2021-11-11T12-57-19-065Z.xml | Advanced Search | 1636660640 | 47.182 | 1 | 0 | 0 | 0 |
183445 | 13897 13897 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/199/artifact/log/WDIO.xunit-2021-11-11T12-58-08-558Z.xml | AdvancedSearch | 1636660689 | 42.642 | 14 | 0 | 0 | 0 |
183446 | 13897 13897 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/199/artifact/log/WDIO.xunit-2021-11-11T12-58-53-500Z.xml | Advanced Search submit | 1636660734 | 10.722 | 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) );