home / tests

testsuites

2 rows where build_id = 22964

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
263721 22964 22964 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/74/artifact/log/WDIO.xunit-2024-06-13T02-18-21-723Z.xml Enable Event Registration @daily 1718266704 60.036 1 1 1 0
263722 22964 22964 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/74/artifact/log/WDIO.xunit-2024-06-13T02-21-40-941Z.xml Enable Event Registration @daily 1718266902 60.037 1 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 1624.966ms