home / tests

testsuites

6 rows where build_id = 19419

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227810 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-18-21-199Z.xml Edit Event Registration 1707988706 76.686 3 1 1 1
227811 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-19-43-394Z.xml Edit Event Registration 1707988784 95.636 3 1 1 1
227812 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-21-20-708Z.xml Enable Event Registration 1707988881 46.221 3 0 0 0
227813 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-22-08-656Z.xml Event page 1707988929 152.008 3 2 2 0
227814 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-24-42-345Z.xml Event page 1707989083 192.407 3 2 2 0
227815 19419 19419 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/31/artifact/log/WDIO.xunit-2024-02-15T02-27-56-540Z.xml MyEvents 1707989277 65.259 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 1623.615ms