testsuites
4 rows where build_id = 925
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4983 | 925 925 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/125/artifact/log/WDIO.xunit-2021-08-29T12-56-49-406Z.xml | Advanced Search | 1630263414 | 31.762 | 3 | 0 | 0 | 0 |
4984 | 925 925 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/125/artifact/log/WDIO.xunit-2021-08-29T12-57-27-881Z.xml | Advanced Search | 1630263449 | 38.735 | 1 | 0 | 0 | 0 |
4985 | 925 925 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/125/artifact/log/WDIO.xunit-2021-08-29T12-58-09-901Z.xml | AdvancedSearch | 1630263491 | 49.87 | 14 | 0 | 0 | 0 |
4986 | 925 925 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/125/artifact/log/WDIO.xunit-2021-08-29T12-59-03-120Z.xml | Advanced Search submit | 1630263545 | 15.785 | 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) );