home / tests

testsuites

5 rows where build_id = 19241

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
226100 19241 19241 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2666/artifact/log/WDIO.xunit-2024-02-14T05-07-10-900Z.xml Page 1707912432 22.418 9 0 0 0
226101 19241 19241 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2666/artifact/log/WDIO.xunit-2024-02-14T05-07-10-925Z.xml User 1707912432 5.318 2 0 0 0
226102 19241 19241 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2666/artifact/log/WDIO.xunit-2024-02-14T05-07-10-950Z.xml Special Watchlist 1707912432 0.436 1 0 0 1
226103 19241 19241 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2666/artifact/log/WDIO.xunit-2024-02-14T05-07-11-020Z.xml Special RecentChanges 1707912432 3.137 1 0 0 0
226104 19241 19241 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2666/artifact/log/WDIO.xunit-2024-02-14T05-07-13-704Z.xml BlankPage 1707912434 0.761 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 1598.633ms