testsuites
4 rows where build_id = 19637
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
228607 | 19637 19637 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/448/artifact/log/WDIO.xunit-2024-02-06T01-32-30-484Z.xml | Installation checks | 1707208351 | 12.531 | 0 | 0 | 0 | 0 |
228608 | 19637 19637 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/448/artifact/log/WDIO.xunit-2024-02-06T01-32-30-484Z.xml | CreateObject | 1707208351 | 10.642 | 1 | 0 | 0 | 0 |
228609 | 19637 19637 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/448/artifact/log/WDIO.xunit-2024-02-06T01-32-30-484Z.xml | RunFunction | 1707208362 | 0.812 | 1 | 0 | 0 | 0 |
228610 | 19637 19637 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/448/artifact/log/WDIO.xunit-2024-02-06T01-32-30-484Z.xml | ListObjectsByType | 1707208362 | 1.076 | 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) );