home / tests

testsuites

5 rows where build_id = 22604

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258570 22604 22604 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/126/artifact/log/WDIO.xunit-2024-06-16T13-09-56-521Z.xml Special RecentChanges 1718564997 3.166 1 0 0 0
258571 22604 22604 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/126/artifact/log/WDIO.xunit-2024-06-16T13-09-56-522Z.xml Special Watchlist 1718564997 0.454 1 0 0 1
258572 22604 22604 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/126/artifact/log/WDIO.xunit-2024-06-16T13-09-56-535Z.xml Page 1718564997 23.287 9 0 0 0
258573 22604 22604 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/126/artifact/log/WDIO.xunit-2024-06-16T13-09-56-631Z.xml User 1718564997 6.126 2 0 0 0
258574 22604 22604 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/126/artifact/log/WDIO.xunit-2024-06-16T13-09-59-226Z.xml BlankPage 1718565000 0.696 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 1585.287ms