home / tests

testsuites

5 rows where build_id = 16594

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
200278 16594 16594 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1731/artifact/log/WDIO.xunit-2024-01-13T01-11-01-631Z.xml Page 1705133462 23.615 9 0 0 0
200279 16594 16594 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1731/artifact/log/WDIO.xunit-2024-01-13T01-11-01-672Z.xml Special Watchlist 1705133463 0.438 1 0 0 1
200280 16594 16594 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1731/artifact/log/WDIO.xunit-2024-01-13T01-11-01-686Z.xml Special RecentChanges 1705133462 3.05 1 0 0 0
200281 16594 16594 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1731/artifact/log/WDIO.xunit-2024-01-13T01-11-01-691Z.xml User 1705133462 5.69 2 0 0 0
200282 16594 16594 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1731/artifact/log/WDIO.xunit-2024-01-13T01-11-04-687Z.xml BlankPage 1705133465 0.669 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 1622.846ms