home / tests

testsuites

5 rows where build_id = 15210

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193743 15210 15210 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1361/artifact/log/WDIO.xunit-2023-09-22T08-14-17-725Z.xml Page 1695392058 26.328 9 0 0 0
193744 15210 15210 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1361/artifact/log/WDIO.xunit-2023-09-22T08-14-17-756Z.xml User 1695392058 7.424 2 0 0 0
193745 15210 15210 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1361/artifact/log/WDIO.xunit-2023-09-22T08-14-17-846Z.xml Special RecentChanges 1695392058 3.769 1 0 0 0
193746 15210 15210 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1361/artifact/log/WDIO.xunit-2023-09-22T08-14-17-856Z.xml Special Watchlist 1695392059 0.461 1 0 0 1
193747 15210 15210 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1361/artifact/log/WDIO.xunit-2023-09-22T08-14-20-571Z.xml BlankPage 1695392062 1.447 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 3058.732ms