home / tests

testsuites

5 rows where build_id = 6998

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
95621 6998 6998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8517/artifact/log/WDIO.xunit-2021-10-06T15-37-07-458Z.xml Page 1633556228 0.707 17 0 0 17
95622 6998 6998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8517/artifact/log/WDIO.xunit-2021-10-06T15-37-10-582Z.xml Special RecentChanges 1633556231 0.697 2 0 0 2
95623 6998 6998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8517/artifact/log/WDIO.xunit-2021-10-06T15-37-13-624Z.xml User 1633556234 5.364 2 0 0 0
95624 6998 6998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8517/artifact/log/WDIO.xunit-2021-10-06T15-37-21-338Z.xml Special Watchlist 1633556242 2.472 2 0 0 2
95625 6998 6998 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8517/artifact/log/WDIO.xunit-2021-10-06T15-37-26-128Z.xml BlankPage 1633556247 0.628 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 1618.113ms