home / tests

testsuites

5 rows where build_id = 16570

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200060 16570 16570 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2342/artifact/log/WDIO.xunit-2024-01-11T22-53-35-240Z.xml Special Watchlist 1705038817 0.842 1 0 0 1
200061 16570 16570 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2342/artifact/log/WDIO.xunit-2024-01-11T22-53-35-283Z.xml Page 1705038817 64.74 9 0 0 0
200062 16570 16570 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2342/artifact/log/WDIO.xunit-2024-01-11T22-53-35-302Z.xml Special RecentChanges 1705038817 9.069 1 0 0 0
200063 16570 16570 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2342/artifact/log/WDIO.xunit-2024-01-11T22-53-35-505Z.xml User 1705038817 22.883 2 0 0 0
200064 16570 16570 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2342/artifact/log/WDIO.xunit-2024-01-11T22-53-41-153Z.xml BlankPage 1705038825 3.492 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 1421.664ms