home / tests

testsuites

5 rows where build_id = 9746

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135322 9746 9746 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1571/artifact/log/WDIO.xunit-2021-10-09T06-43-40-369Z.xml Page 1633783421 0.854 17 0 0 17
135323 9746 9746 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1571/artifact/log/WDIO.xunit-2021-10-09T06-43-44-204Z.xml Special RecentChanges 1633783425 0.695 2 0 0 2
135324 9746 9746 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1571/artifact/log/WDIO.xunit-2021-10-09T06-43-47-847Z.xml User 1633783429 5.141 2 0 0 0
135325 9746 9746 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1571/artifact/log/WDIO.xunit-2021-10-09T06-43-55-683Z.xml Special Watchlist 1633783437 2.673 2 0 0 2
135326 9746 9746 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1571/artifact/log/WDIO.xunit-2021-10-09T06-44-01-495Z.xml BlankPage 1633783442 0.758 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 1602.257ms