home / tests

testsuites

7 rows where build_id = 17872

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
207677 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-18-19-754Z.xml Edit Event Registration 1705655904 16.918 3 1 1 1
207678 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-18-41-943Z.xml Edit Event Registration 1705655922 16.217 3 1 1 1
207679 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-18-59-740Z.xml Enable Event Registration 1705655940 15.745 3 0 0 0
207680 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-19-17-031Z.xml Event page 1705655958 34.206 3 2 2 0
207681 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-19-52-904Z.xml Event page 1705655993 37.657 3 0 0 0
207682 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-20-32-167Z.xml MyEvents 1705656033 16.971 2 2 2 0
207683 17872 17872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/4/artifact/log/WDIO.xunit-2024-01-19T02-20-50-585Z.xml MyEvents 1705656051 12.71 2 1 1 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 1879.517ms