home / tests

testsuites

5 rows where build_id = 18867

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218476 18867 18867 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6489/artifact/log/WDIO.xunit-2024-02-10T05-30-02-265Z.xml Special RecentChanges 1707568203 2.557 1 0 0 0
218477 18867 18867 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6489/artifact/log/WDIO.xunit-2024-02-10T05-30-02-270Z.xml Special Watchlist 1707568203 0.493 1 0 0 1
218478 18867 18867 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6489/artifact/log/WDIO.xunit-2024-02-10T05-30-02-293Z.xml User 1707568203 4.622 2 0 0 0
218479 18867 18867 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6489/artifact/log/WDIO.xunit-2024-02-10T05-30-02-340Z.xml Page 1707568203 21.797 9 0 0 0
218480 18867 18867 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6489/artifact/log/WDIO.xunit-2024-02-10T05-30-04-760Z.xml BlankPage 1707568206 0.607 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 1680.455ms