home / tests

testsuites

5 rows where build_id = 22409

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255524 22409 22409 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/529/artifact/log/WDIO.xunit-2024-06-16T14-33-35-846Z.xml Page 1718570016 24.269 9 0 0 0
255525 22409 22409 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/529/artifact/log/WDIO.xunit-2024-06-16T14-33-35-847Z.xml User 1718570016 5.21 2 0 0 0
255526 22409 22409 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/529/artifact/log/WDIO.xunit-2024-06-16T14-33-35-872Z.xml Special Watchlist 1718570016 0.45 1 0 0 1
255527 22409 22409 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/529/artifact/log/WDIO.xunit-2024-06-16T14-33-35-889Z.xml Special RecentChanges 1718570016 3.023 1 0 0 0
255528 22409 22409 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/529/artifact/log/WDIO.xunit-2024-06-16T14-33-38-304Z.xml BlankPage 1718570019 0.853 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 1632.539ms