home / tests

testsuites

5 rows where build_id = 11591

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151258 11591 11591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8578/artifact/log/WDIO.xunit-2021-10-12T02-03-03-296Z.xml Page 1634025784 0.638 17 0 0 17
151259 11591 11591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8578/artifact/log/WDIO.xunit-2021-10-12T02-03-06-763Z.xml Special RecentChanges 1634025787 0.554 2 0 0 2
151260 11591 11591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8578/artifact/log/WDIO.xunit-2021-10-12T02-03-09-804Z.xml User 1634025791 6.287 2 0 0 0
151261 11591 11591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8578/artifact/log/WDIO.xunit-2021-10-12T02-03-19-048Z.xml Special Watchlist 1634025800 2.488 2 0 0 2
151262 11591 11591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8578/artifact/log/WDIO.xunit-2021-10-12T02-03-24-412Z.xml BlankPage 1634025805 0.651 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 1586.452ms