home / tests

testsuites

5 rows where build_id = 22648

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259127 22648 22648 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1208/artifact/log/WDIO.xunit-2024-06-14T20-33-05-256Z.xml Special RecentChanges 1718418786 4.029 1 0 0 0
259128 22648 22648 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1208/artifact/log/WDIO.xunit-2024-06-14T20-33-05-257Z.xml Page 1718418786 22.201 9 0 0 0
259129 22648 22648 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1208/artifact/log/WDIO.xunit-2024-06-14T20-33-05-288Z.xml Special Watchlist 1718418786 0.405 1 0 0 1
259130 22648 22648 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1208/artifact/log/WDIO.xunit-2024-06-14T20-33-05-294Z.xml User 1718418786 5.484 2 0 0 0
259131 22648 22648 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1208/artifact/log/WDIO.xunit-2024-06-14T20-33-07-624Z.xml BlankPage 1718418788 0.807 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 1618.456ms