home / tests

testsuites

5 rows where build_id = 22406

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255509 22406 22406 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/532/artifact/log/WDIO.xunit-2024-06-16T14-42-53-367Z.xml Special RecentChanges 1718570574 3.282 1 0 0 0
255510 22406 22406 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/532/artifact/log/WDIO.xunit-2024-06-16T14-42-53-375Z.xml Page 1718570574 22.927 9 0 0 0
255511 22406 22406 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/532/artifact/log/WDIO.xunit-2024-06-16T14-42-53-377Z.xml User 1718570574 5.33 2 0 0 0
255512 22406 22406 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/532/artifact/log/WDIO.xunit-2024-06-16T14-42-53-447Z.xml Special Watchlist 1718570574 0.452 1 0 0 1
255513 22406 22406 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/532/artifact/log/WDIO.xunit-2024-06-16T14-42-56-053Z.xml BlankPage 1718570577 0.701 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 1586.628ms