home / tests

testsuites

5 rows where build_id = 19432

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227885 19432 19432 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/18/artifact/log/WDIO.xunit-2024-02-02T02-18-21-046Z.xml Edit Event Registration 1706865502 34.027 3 0 0 0
227886 19432 19432 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/18/artifact/log/WDIO.xunit-2024-02-02T02-18-56-735Z.xml Enable Event Registration 1706865537 20.42 3 0 0 0
227887 19432 19432 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/18/artifact/log/WDIO.xunit-2024-02-02T02-19-18-787Z.xml Event page 1706865559 36.734 3 1 1 0
227888 19432 19432 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/18/artifact/log/WDIO.xunit-2024-02-02T02-19-57-248Z.xml Event page 1706865598 34.753 3 2 2 0
227889 19432 19432 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/18/artifact/log/WDIO.xunit-2024-02-02T02-20-33-769Z.xml MyEvents 1706865634 10.349 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 1613.586ms