home / tests

testsuites

5 rows where build_id = 22426

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255639 22426 22426 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/512/artifact/log/WDIO.xunit-2024-06-16T13-38-18-324Z.xml Page 1718566699 26.403 9 0 0 0
255640 22426 22426 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/512/artifact/log/WDIO.xunit-2024-06-16T13-38-18-335Z.xml Special RecentChanges 1718566699 3.557 1 0 0 0
255641 22426 22426 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/512/artifact/log/WDIO.xunit-2024-06-16T13-38-18-342Z.xml User 1718566699 6.317 2 0 0 0
255642 22426 22426 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/512/artifact/log/WDIO.xunit-2024-06-16T13-38-18-344Z.xml Special Watchlist 1718566699 0.421 1 0 0 1
255643 22426 22426 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/512/artifact/log/WDIO.xunit-2024-06-16T13-38-21-314Z.xml BlankPage 1718566702 0.909 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 1623.836ms