home / tests

testsuites

5 rows where build_id = 22410

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255529 22410 22410 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/528/artifact/log/WDIO.xunit-2024-06-16T14-30-15-639Z.xml Special RecentChanges 1718569817 3.174 1 0 0 0
255530 22410 22410 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/528/artifact/log/WDIO.xunit-2024-06-16T14-30-15-654Z.xml User 1718569817 5.44 2 0 0 0
255531 22410 22410 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/528/artifact/log/WDIO.xunit-2024-06-16T14-30-15-697Z.xml Special Watchlist 1718569816 0.53 1 0 0 1
255532 22410 22410 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/528/artifact/log/WDIO.xunit-2024-06-16T14-30-15-705Z.xml Page 1718569817 23.319 9 0 0 0
255533 22410 22410 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/528/artifact/log/WDIO.xunit-2024-06-16T14-30-18-223Z.xml BlankPage 1718569819 0.729 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 1831.689ms