home / tests

testsuites

5 rows where build_id = 16604

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200396 16604 16604 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1721/artifact/log/WDIO.xunit-2024-01-12T01-42-22-738Z.xml Special Watchlist 1705048944 0.563 1 0 0 1
200397 16604 16604 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1721/artifact/log/WDIO.xunit-2024-01-12T01-42-22-806Z.xml Special RecentChanges 1705048944 4.907 1 0 0 0
200398 16604 16604 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1721/artifact/log/WDIO.xunit-2024-01-12T01-42-22-901Z.xml Page 1705048944 26.517 9 0 0 0
200399 16604 16604 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1721/artifact/log/WDIO.xunit-2024-01-12T01-42-22-941Z.xml User 1705048944 7.102 2 0 0 0
200400 16604 16604 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1721/artifact/log/WDIO.xunit-2024-01-12T01-42-26-439Z.xml BlankPage 1705048948 1.011 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 2498.322ms