home / tests

testsuites

5 rows where build_id = 19250

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
226281 19250 19250 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2657/artifact/log/WDIO.xunit-2024-02-13T06-48-34-423Z.xml Page 1707832115 26.558 9 0 0 0
226282 19250 19250 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2657/artifact/log/WDIO.xunit-2024-02-13T06-48-34-438Z.xml Special RecentChanges 1707832115 3.821 1 0 0 0
226283 19250 19250 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2657/artifact/log/WDIO.xunit-2024-02-13T06-48-34-443Z.xml User 1707832115 6.79 2 0 0 0
226284 19250 19250 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2657/artifact/log/WDIO.xunit-2024-02-13T06-48-34-464Z.xml Special Watchlist 1707832115 0.515 1 0 0 1
226285 19250 19250 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2657/artifact/log/WDIO.xunit-2024-02-13T06-48-37-010Z.xml BlankPage 1707832117 1.292 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 1633.146ms