home / tests

testsuites

5 rows where build_id = 19423

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227835 19423 19423 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/27/artifact/log/WDIO.xunit-2024-02-11T02-18-24-187Z.xml Edit Event Registration 1707643107 24.262 3 2 2 1
227836 19423 19423 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/27/artifact/log/WDIO.xunit-2024-02-11T02-18-52-335Z.xml Edit Event Registration 1707643133 15.862 3 1 1 1
227837 19423 19423 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/27/artifact/log/WDIO.xunit-2024-02-11T02-19-09-920Z.xml Enable Event Registration 1707643150 16.333 3 0 0 0
227838 19423 19423 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/27/artifact/log/WDIO.xunit-2024-02-11T02-19-27-868Z.xml Event page 1707643168 39.075 3 0 0 0
227839 19423 19423 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/27/artifact/log/WDIO.xunit-2024-02-11T02-20-08-624Z.xml MyEvents 1707643209 11.331 2 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 1602.287ms