testsuites
4 rows where build_id = 19627
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
228567 | 19627 19627 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/458/artifact/log/WDIO.xunit-2024-02-16T01-32-36-622Z.xml | Installation checks | 1708072360 | 43.671 | 0 | 0 | 0 | 0 |
228568 | 19627 19627 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/458/artifact/log/WDIO.xunit-2024-02-16T01-32-36-622Z.xml | CreateObject | 1708072360 | 41.905 | 1 | 0 | 0 | 0 |
228569 | 19627 19627 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/458/artifact/log/WDIO.xunit-2024-02-16T01-32-36-622Z.xml | RunFunction | 1708072402 | 0.823 | 1 | 0 | 0 | 0 |
228570 | 19627 19627 | https://integration.wikimedia.org/ci/job/selenium-daily-betawikifunctions-WikiLambda/458/artifact/log/WDIO.xunit-2024-02-16T01-32-36-622Z.xml | ListObjectsByType | 1708072403 | 0.943 | 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) );