home / tests

testsuites

6 rows where build_id = 24235

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
274786 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-37-674Z.xml Special SpecialPages 1723555659 7.449 1 0 0 0
274787 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-37-697Z.xml Special RecentChanges 1723555660 14.243 1 0 0 0
274788 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-38-016Z.xml User 1723555660 18.426 2 0 0 0
274789 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-38-366Z.xml Page 1723555661 55.305 9 0 0 0
274790 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-50-546Z.xml Special Watchlist 1723555674 1.126 1 0 0 1
274791 24235 24235 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/artifact/log/WDIO.xunit-2024-08-13T07-27-56-423Z.xml BlankPage 1723555679 1.905 1 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 1556.054ms