home / tests

testsuites

5 rows where build_id = 18919

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218729 18919 18919 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6436/artifact/log/WDIO.xunit-2024-02-10T05-04-33-223Z.xml Special Watchlist 1707566674 0.501 1 0 0 1
218730 18919 18919 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6436/artifact/log/WDIO.xunit-2024-02-10T05-04-33-243Z.xml Page 1707566674 20.444 9 0 0 0
218731 18919 18919 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6436/artifact/log/WDIO.xunit-2024-02-10T05-04-33-264Z.xml Special RecentChanges 1707566674 2.151 1 0 0 0
218732 18919 18919 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6436/artifact/log/WDIO.xunit-2024-02-10T05-04-33-324Z.xml User 1707566674 5.327 2 0 0 0
218733 18919 18919 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6436/artifact/log/WDIO.xunit-2024-02-10T05-04-35-710Z.xml BlankPage 1707566676 1.344 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 1631.848ms