home / tests

testsuites

6 rows where build_id = 19422

✎ 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
227829 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-18-20-960Z.xml Edit Event Registration 1707729502 14.821 3 1 1 1
227830 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-18-37-870Z.xml Edit Event Registration 1707729518 16.998 3 1 1 1
227831 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-18-56-498Z.xml Enable Event Registration 1707729537 19.03 3 0 0 0
227832 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-19-17-336Z.xml Event page 1707729558 38.389 3 0 0 0
227833 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-19-57-279Z.xml MyEvents 1707729598 16.511 2 1 1 0
227834 19422 19422 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/28/artifact/log/WDIO.xunit-2024-02-12T02-20-15-412Z.xml MyEvents 1707729616 14.694 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 1554.354ms