home / tests

testsuites

5 rows where build_id = 20448

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
239094 20448 20448 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1265/artifact/log/WDIO.xunit-2024-05-09T19-25-00-842Z.xml Special Watchlist 1715304301 1.366 2 0 0 2
239095 20448 20448 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1265/artifact/log/WDIO.xunit-2024-05-09T19-25-00-844Z.xml Page 1715304301 0.813 17 0 0 17
239096 20448 20448 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1265/artifact/log/WDIO.xunit-2024-05-09T19-25-00-846Z.xml User 1715304301 4.63 2 0 0 0
239097 20448 20448 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1265/artifact/log/WDIO.xunit-2024-05-09T19-25-00-858Z.xml Special RecentChanges 1715304301 0.957 2 0 0 2
239098 20448 20448 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1265/artifact/log/WDIO.xunit-2024-05-09T19-25-03-321Z.xml BlankPage 1715304304 0.56 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 1481.105ms