home / tests

testsuites

5 rows where build_id = 3889

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
50568 3889 3889 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15283/artifact/log/WDIO.xunit-2021-10-01T08-59-25-397Z.xml Page 1633100366 0.776 17 0 0 17
50569 3889 3889 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15283/artifact/log/WDIO.xunit-2021-10-01T08-59-28-823Z.xml Special RecentChanges 1633100370 0.724 2 0 0 2
50570 3889 3889 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15283/artifact/log/WDIO.xunit-2021-10-01T08-59-32-090Z.xml User 1633100373 5.376 2 0 0 0
50571 3889 3889 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15283/artifact/log/WDIO.xunit-2021-10-01T08-59-40-456Z.xml Special Watchlist 1633100382 2.201 2 0 0 2
50572 3889 3889 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15283/artifact/log/WDIO.xunit-2021-10-01T08-59-45-629Z.xml BlankPage 1633100387 0.635 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 1749.205ms