home / tests

testsuites

5 rows where build_id = 20519

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
239884 20519 20519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1179/artifact/log/WDIO.xunit-2024-05-05T22-42-04-744Z.xml Special RecentChanges 1714970526 4.062 1 0 0 0
239885 20519 20519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1179/artifact/log/WDIO.xunit-2024-05-05T22-42-04-774Z.xml Special Watchlist 1714970525 0.825 1 0 0 1
239886 20519 20519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1179/artifact/log/WDIO.xunit-2024-05-05T22-42-04-786Z.xml Page 1714970525 25.133 9 0 0 0
239887 20519 20519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1179/artifact/log/WDIO.xunit-2024-05-05T22-42-04-823Z.xml User 1714970525 6.971 2 0 0 0
239888 20519 20519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1179/artifact/log/WDIO.xunit-2024-05-05T22-42-08-077Z.xml BlankPage 1714970529 1.0 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 1484.574ms