home / tests

testsuites

6 rows where build_id = 19428

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227861 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-18-20-593Z.xml Edit Event Registration 1707211103 15.199 3 1 1 1
227862 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-18-39-734Z.xml Edit Event Registration 1707211120 25.813 3 0 0 0
227863 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-19-07-318Z.xml Enable Event Registration 1707211148 14.956 3 0 0 0
227864 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-19-23-990Z.xml Event page 1707211165 35.433 3 1 1 0
227865 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-20-01-138Z.xml Event page 1707211202 38.552 3 0 0 0
227866 19428 19428 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/22/artifact/log/WDIO.xunit-2024-02-06T02-20-41-440Z.xml MyEvents 1707211242 11.447 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 2456.971ms