home / tests

testsuites

5 rows where build_id = 16582

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200222 16582 16582 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2330/artifact/log/WDIO.xunit-2024-01-10T01-12-47-075Z.xml Special RecentChanges 1704874368 3.398 1 0 0 0
200223 16582 16582 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2330/artifact/log/WDIO.xunit-2024-01-10T01-12-47-115Z.xml Page 1704874368 24.365 9 0 0 0
200224 16582 16582 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2330/artifact/log/WDIO.xunit-2024-01-10T01-12-47-152Z.xml Special Watchlist 1704874368 0.484 1 0 0 1
200225 16582 16582 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2330/artifact/log/WDIO.xunit-2024-01-10T01-12-47-238Z.xml User 1704874368 6.042 2 0 0 0
200226 16582 16582 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2330/artifact/log/WDIO.xunit-2024-01-10T01-12-49-570Z.xml BlankPage 1704874370 0.697 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 1620.083ms