home / tests

testsuites

6 rows where build_id = 19433

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227890 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-18-21-196Z.xml Edit Event Registration 1706779105 17.626 3 1 1 1
227891 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-18-43-302Z.xml Edit Event Registration 1706779124 16.089 3 1 1 1
227892 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-19-00-954Z.xml Enable Event Registration 1706779141 14.563 3 0 0 0
227893 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-19-17-126Z.xml Event page 1706779158 35.46 3 1 1 0
227894 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-19-54-140Z.xml Event page 1706779195 38.056 3 0 0 0
227895 19433 19433 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/17/artifact/log/WDIO.xunit-2024-02-01T02-20-33-853Z.xml MyEvents 1706779234 9.894 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 1596.044ms