home / tests

testsuites

5 rows where build_id = 18878

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218531 18878 18878 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6477/artifact/log/WDIO.xunit-2024-02-10T05-26-01-842Z.xml Special RecentChanges 1707567963 2.421 1 0 0 0
218532 18878 18878 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6477/artifact/log/WDIO.xunit-2024-02-10T05-26-01-875Z.xml Page 1707567963 21.588 9 0 0 0
218533 18878 18878 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6477/artifact/log/WDIO.xunit-2024-02-10T05-26-01-890Z.xml User 1707567963 5.251 2 0 0 0
218534 18878 18878 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6477/artifact/log/WDIO.xunit-2024-02-10T05-26-01-907Z.xml Special Watchlist 1707567963 0.584 1 0 0 1
218535 18878 18878 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6477/artifact/log/WDIO.xunit-2024-02-10T05-26-04-592Z.xml BlankPage 1707567966 0.546 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 1615.652ms