home / tests

testsuites

5 rows where build_id = 19434

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227896 19434 19434 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/16/artifact/log/WDIO.xunit-2024-01-31T02-18-18-550Z.xml Edit Event Registration 1706692702 31.943 3 0 0 0
227897 19434 19434 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/16/artifact/log/WDIO.xunit-2024-01-31T02-18-55-530Z.xml Enable Event Registration 1706692736 16.75 3 0 0 0
227898 19434 19434 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/16/artifact/log/WDIO.xunit-2024-01-31T02-19-13-918Z.xml Event page 1706692754 39.099 3 1 1 0
227899 19434 19434 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/16/artifact/log/WDIO.xunit-2024-01-31T02-19-54-629Z.xml Event page 1706692795 39.57 3 1 1 0
227900 19434 19434 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/16/artifact/log/WDIO.xunit-2024-01-31T02-20-35-763Z.xml MyEvents 1706692836 11.014 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 1611.526ms