home / tests

testsuites

5 rows where build_id = 19426

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, tests, failures, errors, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
227852 19426 19426 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/24/artifact/log/WDIO.xunit-2024-02-08T02-18-21-769Z.xml Edit Event Registration 1707383904 18.127 3 1 1 1
227853 19426 19426 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/24/artifact/log/WDIO.xunit-2024-02-08T02-18-42-819Z.xml Edit Event Registration 1707383923 14.542 3 1 1 1
227854 19426 19426 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/24/artifact/log/WDIO.xunit-2024-02-08T02-18-58-928Z.xml Enable Event Registration 1707383939 14.693 3 0 0 0
227855 19426 19426 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/24/artifact/log/WDIO.xunit-2024-02-08T02-19-15-333Z.xml Event page 1707383956 37.566 3 0 0 0
227856 19426 19426 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/24/artifact/log/WDIO.xunit-2024-02-08T02-19-54-444Z.xml MyEvents 1707383995 12.148 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 1451.399ms