testsuites
3 rows where build_id = 15571
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
194968 | 15571 15571 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Wikistories/199/artifact/log/WDIO.xunit-2023-06-10T23-00-02-400Z.xml | Wikistories | 1686459603 | 32.661 | 0 | 0 | 0 | 0 |
194969 | 15571 15571 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Wikistories/199/artifact/log/WDIO.xunit-2023-06-10T23-00-02-400Z.xml | Beta feature | 1686459603 | 32.661 | 3 | 0 | 0 | 0 |
194970 | 15571 15571 | https://integration.wikimedia.org/ci/job/selenium-daily-beta-Wikistories/199/artifact/log/WDIO.xunit-2023-06-10T23-00-36-768Z.xml | Wikistories | 1686459637 | 1.494 | 1 | 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) );