testsuites
4 rows where build_id = 13874
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
183351 | 13874 13874 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/222/artifact/log/WDIO.xunit-2021-12-02T12-57-01-880Z.xml | Advanced Search | 1638475027 | 33.159 | 3 | 0 | 0 | 0 |
183352 | 13874 13874 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/222/artifact/log/WDIO.xunit-2021-12-02T12-57-41-559Z.xml | Advanced Search | 1638475063 | 50.177 | 1 | 0 | 0 | 0 |
183353 | 13874 13874 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/222/artifact/log/WDIO.xunit-2021-12-02T12-58-34-960Z.xml | AdvancedSearch | 1638475116 | 45.349 | 14 | 0 | 0 | 0 |
183354 | 13874 13874 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/222/artifact/log/WDIO.xunit-2021-12-02T12-59-23-699Z.xml | Advanced Search submit | 1638475165 | 13.489 | 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) );