home / tests

testsuites

5 rows where build_id = 18839

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
217765 18839 18839 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6529/artifact/log/WDIO.xunit-2024-02-16T17-36-48-367Z.xml Page 1708130209 20.103 9 0 0 0
217766 18839 18839 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6529/artifact/log/WDIO.xunit-2024-02-16T17-36-48-370Z.xml Special RecentChanges 1708130209 2.519 1 0 0 0
217767 18839 18839 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6529/artifact/log/WDIO.xunit-2024-02-16T17-36-48-377Z.xml User 1708130209 4.47 2 0 0 0
217768 18839 18839 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6529/artifact/log/WDIO.xunit-2024-02-16T17-36-48-429Z.xml Special Watchlist 1708130209 0.526 1 0 0 1
217769 18839 18839 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6529/artifact/log/WDIO.xunit-2024-02-16T17-36-50-647Z.xml BlankPage 1708130211 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 1576.72ms