home / tests

testsuites

5 rows where build_id = 22637

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
259040 22637 22637 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1221/artifact/log/WDIO.xunit-2024-06-16T16-01-07-140Z.xml Page 1718575268 22.483 9 0 0 0
259041 22637 22637 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1221/artifact/log/WDIO.xunit-2024-06-16T16-01-07-184Z.xml Special RecentChanges 1718575268 3.097 1 0 0 0
259042 22637 22637 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1221/artifact/log/WDIO.xunit-2024-06-16T16-01-07-192Z.xml User 1718575268 5.26 2 0 0 0
259043 22637 22637 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1221/artifact/log/WDIO.xunit-2024-06-16T16-01-07-228Z.xml Special Watchlist 1718575268 0.38 1 0 0 1
259044 22637 22637 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1221/artifact/log/WDIO.xunit-2024-06-16T16-01-09-930Z.xml BlankPage 1718575270 0.642 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 1847.944ms