home / tests

testsuites

5 rows where build_id = 22569

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258373 22569 22569 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/161/artifact/log/WDIO.xunit-2024-06-16T15-11-37-822Z.xml Special Watchlist 1718572299 0.463 1 0 0 1
258374 22569 22569 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/161/artifact/log/WDIO.xunit-2024-06-16T15-11-37-827Z.xml Special RecentChanges 1718572298 3.89 1 0 0 0
258375 22569 22569 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/161/artifact/log/WDIO.xunit-2024-06-16T15-11-37-830Z.xml Page 1718572298 24.141 9 0 0 0
258376 22569 22569 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/161/artifact/log/WDIO.xunit-2024-06-16T15-11-37-943Z.xml User 1718572298 6.601 2 0 0 0
258377 22569 22569 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/161/artifact/log/WDIO.xunit-2024-06-16T15-11-40-969Z.xml BlankPage 1718572302 0.931 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 1642.574ms