home / tests

testsuites

5 rows where build_id = 19430

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227874 19430 19430 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/20/artifact/log/WDIO.xunit-2024-02-04T02-18-18-620Z.xml Edit Event Registration 1707038303 20.004 3 1 1 1
227875 19430 19430 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/20/artifact/log/WDIO.xunit-2024-02-04T02-18-44-372Z.xml Edit Event Registration 1707038325 29.332 3 0 0 0
227876 19430 19430 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/20/artifact/log/WDIO.xunit-2024-02-04T02-19-15-380Z.xml Enable Event Registration 1707038356 15.292 3 0 0 0
227877 19430 19430 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/20/artifact/log/WDIO.xunit-2024-02-04T02-19-32-385Z.xml Event page 1707038373 37.2 3 0 0 0
227878 19430 19430 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/20/artifact/log/WDIO.xunit-2024-02-04T02-20-11-213Z.xml MyEvents 1707038412 11.288 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 2035.338ms