home / tests

testsuites

4 rows where build_id = 22232

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
254326 22232 22232 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/624/artifact/log/WDIO.xunit-2024-06-16T14-30-07-180Z.xml User 1718569808 5.855 2 0 0 0
254327 22232 22232 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/624/artifact/log/WDIO.xunit-2024-06-16T14-30-07-192Z.xml Special RecentChanges 1718569808 3.392 1 0 0 0
254328 22232 22232 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/624/artifact/log/WDIO.xunit-2024-06-16T14-30-07-199Z.xml Page 1718569808 23.432 9 0 0 0
254329 22232 22232 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/624/artifact/log/WDIO.xunit-2024-06-16T14-30-09-732Z.xml BlankPage 1718569810 1.288 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 1561.384ms