testsuites
4 rows where build_id = 10851
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
146074 | 10851 10851 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/168/artifact/log/WDIO.xunit-2021-10-11T12-56-36-170Z.xml | Advanced Search | 1633978602 | 31.535 | 3 | 0 | 0 | 0 |
146075 | 10851 10851 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/168/artifact/log/WDIO.xunit-2021-10-11T12-57-15-033Z.xml | Advanced Search | 1633978636 | 43.045 | 1 | 0 | 0 | 0 |
146076 | 10851 10851 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/168/artifact/log/WDIO.xunit-2021-10-11T12-58-00-303Z.xml | AdvancedSearch | 1633978681 | 44.688 | 14 | 0 | 0 | 0 |
146077 | 10851 10851 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/168/artifact/log/WDIO.xunit-2021-10-11T12-58-47-249Z.xml | Advanced Search submit | 1633978728 | 10.337 | 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) );