home / tests

testsuites

5 rows where build_id = 22590

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258504 22590 22590 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/140/artifact/log/WDIO.xunit-2024-06-16T14-04-08-279Z.xml Special RecentChanges 1718568249 2.548 1 0 0 0
258505 22590 22590 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/140/artifact/log/WDIO.xunit-2024-06-16T14-04-08-297Z.xml User 1718568249 4.482 2 0 0 0
258506 22590 22590 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/140/artifact/log/WDIO.xunit-2024-06-16T14-04-08-306Z.xml Page 1718568249 20.049 9 0 0 0
258507 22590 22590 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/140/artifact/log/WDIO.xunit-2024-06-16T14-04-08-313Z.xml Special Watchlist 1718568249 0.317 1 0 0 1
258508 22590 22590 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/140/artifact/log/WDIO.xunit-2024-06-16T14-04-10-295Z.xml BlankPage 1718568251 0.48 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 1583.795ms