testsuites
4 rows where build_id = 13871
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183339 | 13871 13871 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/225/artifact/log/WDIO.xunit-2021-12-05T12-57-20-489Z.xml | Advanced Search | 1638734242 | 30.403 | 3 | 0 | 0 | 0 |
183340 | 13871 13871 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/225/artifact/log/WDIO.xunit-2021-12-05T12-57-53-278Z.xml | Advanced Search | 1638734274 | 48.791 | 1 | 0 | 0 | 0 |
183341 | 13871 13871 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/225/artifact/log/WDIO.xunit-2021-12-05T12-58-44-211Z.xml | AdvancedSearch | 1638734325 | 42.787 | 14 | 0 | 0 | 0 |
183342 | 13871 13871 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/225/artifact/log/WDIO.xunit-2021-12-05T12-59-29-351Z.xml | Advanced Search submit | 1638734370 | 10.751 | 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) );