home / tests

testsuites

6 rows where build_id = 19431

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227879 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-18-19-139Z.xml Edit Event Registration 1706951901 15.558 3 1 1 1
227880 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-18-38-006Z.xml Edit Event Registration 1706951919 28.816 3 1 1 0
227881 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-19-08-994Z.xml Enable Event Registration 1706951950 16.01 3 0 0 0
227882 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-19-26-726Z.xml Event page 1706951967 47.475 3 2 2 0
227883 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-20-15-905Z.xml Event page 1706952016 35.754 3 1 1 0
227884 19431 19431 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/19/artifact/log/WDIO.xunit-2024-02-03T02-20-53-317Z.xml MyEvents 1706952054 12.085 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 1604.315ms