home / tests

testsuites

6 rows where build_id = 19421

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227823 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-18-21-694Z.xml Edit Event Registration 1707815904 133.192 3 0 0 0
227824 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-20-38-176Z.xml Enable Event Registration 1707816039 45.175 3 0 0 0
227825 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-21-24-962Z.xml Event page 1707816085 149.456 3 2 2 0
227826 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-23-56-131Z.xml Event page 1707816237 146.672 3 3 3 0
227827 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-26-25-038Z.xml MyEvents 1707816386 44.312 2 1 1 0
227828 19421 19421 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/29/artifact/log/WDIO.xunit-2024-02-13T02-27-11-183Z.xml MyEvents 1707816432 42.092 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.854ms