home / tests

testsuites

5 rows where build_id = 22408

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
255519 22408 22408 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/530/artifact/log/WDIO.xunit-2024-06-16T14-36-46-491Z.xml User 1718570207 5.603 2 0 0 0
255520 22408 22408 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/530/artifact/log/WDIO.xunit-2024-06-16T14-36-46-496Z.xml Special RecentChanges 1718570207 2.668 1 0 0 0
255521 22408 22408 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/530/artifact/log/WDIO.xunit-2024-06-16T14-36-46-500Z.xml Page 1718570207 20.991 9 0 0 0
255522 22408 22408 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/530/artifact/log/WDIO.xunit-2024-06-16T14-36-46-559Z.xml Special Watchlist 1718570207 0.335 1 0 0 1
255523 22408 22408 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/530/artifact/log/WDIO.xunit-2024-06-16T14-36-48-662Z.xml BlankPage 1718570209 0.883 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 1484.644ms