home / tests

testsuites

5 rows where build_id = 16571

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200065 16571 16571 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2341/artifact/log/WDIO.xunit-2024-01-11T22-51-08-318Z.xml Special RecentChanges 1705038669 5.085 1 0 0 0
200066 16571 16571 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2341/artifact/log/WDIO.xunit-2024-01-11T22-51-08-357Z.xml Page 1705038669 27.274 9 0 0 0
200067 16571 16571 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2341/artifact/log/WDIO.xunit-2024-01-11T22-51-08-363Z.xml Special Watchlist 1705038669 0.562 1 0 0 1
200068 16571 16571 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2341/artifact/log/WDIO.xunit-2024-01-11T22-51-08-371Z.xml User 1705038669 8.069 2 0 0 0
200069 16571 16571 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2341/artifact/log/WDIO.xunit-2024-01-11T22-51-12-021Z.xml BlankPage 1705038674 1.057 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 1612.877ms