home / tests

testsuites

5 rows where build_id = 22223

✎ 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
254281 22223 22223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/633/artifact/log/WDIO.xunit-2024-06-16T14-38-45-448Z.xml Special RecentChanges 1718570326 3.28 1 0 0 0
254282 22223 22223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/633/artifact/log/WDIO.xunit-2024-06-16T14-38-45-451Z.xml Special Watchlist 1718570326 0.57 1 0 0 1
254283 22223 22223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/633/artifact/log/WDIO.xunit-2024-06-16T14-38-45-452Z.xml Page 1718570326 26.845 9 0 0 0
254284 22223 22223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/633/artifact/log/WDIO.xunit-2024-06-16T14-38-45-545Z.xml User 1718570326 5.622 2 0 0 0
254285 22223 22223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/633/artifact/log/WDIO.xunit-2024-06-16T14-38-47-846Z.xml BlankPage 1718570328 0.969 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 1524.625ms