home / tests

testsuites

5 rows where build_id = 17874

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, tests

id ▼ build_id url name timestamp time tests failures errors skipped
207688 17874 17874 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/2/artifact/log/WDIO.xunit-2024-01-17T02-18-19-306Z.xml Edit Event Registration 1705483103 16.624 3 1 1 1
207689 17874 17874 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/2/artifact/log/WDIO.xunit-2024-01-17T02-18-41-149Z.xml Edit Event Registration 1705483122 20.032 3 1 1 1
207690 17874 17874 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/2/artifact/log/WDIO.xunit-2024-01-17T02-19-02-785Z.xml Enable Event Registration 1705483143 14.365 3 0 0 0
207691 17874 17874 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/2/artifact/log/WDIO.xunit-2024-01-17T02-19-18-657Z.xml Event page 1705483159 38.716 3 0 0 0
207692 17874 17874 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/2/artifact/log/WDIO.xunit-2024-01-17T02-19-58-969Z.xml MyEvents 1705483199 9.952 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 2136.175ms