home / tests

testsuites

5 rows where build_id = 16547

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199880 16547 16547 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2366/artifact/log/WDIO.xunit-2024-01-13T23-16-15-225Z.xml Page 1705212976 23.822 9 0 0 0
199881 16547 16547 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2366/artifact/log/WDIO.xunit-2024-01-13T23-16-15-274Z.xml User 1705212976 5.929 2 0 0 0
199882 16547 16547 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2366/artifact/log/WDIO.xunit-2024-01-13T23-16-15-308Z.xml Special RecentChanges 1705212976 3.467 1 0 0 0
199883 16547 16547 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2366/artifact/log/WDIO.xunit-2024-01-13T23-16-15-320Z.xml Special Watchlist 1705212976 0.548 1 0 0 1
199884 16547 16547 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2366/artifact/log/WDIO.xunit-2024-01-13T23-16-17-806Z.xml BlankPage 1705212978 0.967 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 1626.315ms