home / tests

testsuites

5 rows where build_id = 15212

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193753 15212 15212 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1359/artifact/log/WDIO.xunit-2023-09-21T20-21-15-709Z.xml Special RecentChanges 1695349278 10.249 1 0 0 0
193754 15212 15212 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1359/artifact/log/WDIO.xunit-2023-09-21T20-21-15-717Z.xml Special Watchlist 1695349278 0.909 1 0 0 1
193755 15212 15212 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1359/artifact/log/WDIO.xunit-2023-09-21T20-21-15-805Z.xml Page 1695349278 37.128 9 0 0 0
193756 15212 15212 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1359/artifact/log/WDIO.xunit-2023-09-21T20-21-15-818Z.xml User 1695349278 16.011 2 0 0 0
193757 15212 15212 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1359/artifact/log/WDIO.xunit-2023-09-21T20-21-21-414Z.xml BlankPage 1695349284 2.581 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 1814.894ms