home / tests

testsuites

5 rows where build_id = 16624

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200598 16624 16624 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1701/artifact/log/WDIO.xunit-2024-01-10T01-12-45-716Z.xml Page 1704874366 22.814 9 0 0 0
200599 16624 16624 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1701/artifact/log/WDIO.xunit-2024-01-10T01-12-45-741Z.xml Special Watchlist 1704874366 0.44 1 0 0 1
200600 16624 16624 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1701/artifact/log/WDIO.xunit-2024-01-10T01-12-45-792Z.xml Special RecentChanges 1704874366 3.016 1 0 0 0
200601 16624 16624 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1701/artifact/log/WDIO.xunit-2024-01-10T01-12-45-797Z.xml User 1704874366 5.623 2 0 0 0
200602 16624 16624 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1701/artifact/log/WDIO.xunit-2024-01-10T01-12-48-137Z.xml BlankPage 1704874369 0.736 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 4285.463ms