home / tests

testsuites

6 rows where build_id = 19424

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227840 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-18-19-456Z.xml Edit Event Registration 1707556701 19.585 3 1 1 1
227841 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-18-41-810Z.xml Edit Event Registration 1707556722 15.118 3 1 1 1
227842 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-18-58-472Z.xml Enable Event Registration 1707556739 15.629 3 0 0 0
227843 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-19-15-649Z.xml Event page 1707556756 35.77 3 3 3 0
227844 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-19-53-010Z.xml Event page 1707556793 33.044 3 3 3 0
227845 19424 19424 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/26/artifact/log/WDIO.xunit-2024-02-10T02-20-27-573Z.xml MyEvents 1707556828 14.268 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 1642.163ms