home / tests

testsuites

5 rows where build_id = 22566

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
258359 22566 22566 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/164/artifact/log/WDIO.xunit-2024-06-16T15-24-21-928Z.xml Special RecentChanges 1718573062 2.863 1 0 0 0
258360 22566 22566 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/164/artifact/log/WDIO.xunit-2024-06-16T15-24-21-935Z.xml Special Watchlist 1718573062 0.516 1 0 0 1
258361 22566 22566 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/164/artifact/log/WDIO.xunit-2024-06-16T15-24-21-953Z.xml Page 1718573063 21.336 9 0 0 0
258362 22566 22566 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/164/artifact/log/WDIO.xunit-2024-06-16T15-24-22-005Z.xml User 1718573063 5.275 2 0 0 0
258363 22566 22566 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/164/artifact/log/WDIO.xunit-2024-06-16T15-24-24-170Z.xml BlankPage 1718573065 0.684 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 1503.203ms