home / tests

testsuites

5 rows where build_id = 16588

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
200249 16588 16588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1738/artifact/log/WDIO.xunit-2024-01-14T02-02-14-738Z.xml Special Watchlist 1705222936 0.773 1 0 0 1
200250 16588 16588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1738/artifact/log/WDIO.xunit-2024-01-14T02-02-14-744Z.xml Page 1705222936 38.657 9 0 0 0
200251 16588 16588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1738/artifact/log/WDIO.xunit-2024-01-14T02-02-14-919Z.xml Special RecentChanges 1705222937 11.808 1 0 0 0
200252 16588 16588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1738/artifact/log/WDIO.xunit-2024-01-14T02-02-15-090Z.xml User 1705222937 16.708 2 0 0 0
200253 16588 16588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1738/artifact/log/WDIO.xunit-2024-01-14T02-02-18-839Z.xml BlankPage 1705222941 6.457 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 2479.411ms