home / tests

testsuites

5 rows where build_id = 10471

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140926 10471 10471 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8574/artifact/log/WDIO.xunit-2021-10-10T16-52-37-953Z.xml Page 1633906359 0.838 17 0 0 17
140927 10471 10471 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8574/artifact/log/WDIO.xunit-2021-10-10T16-52-42-260Z.xml Special RecentChanges 1633906363 0.772 2 0 0 2
140928 10471 10471 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8574/artifact/log/WDIO.xunit-2021-10-10T16-52-46-486Z.xml User 1633906368 11.656 2 0 0 0
140929 10471 10471 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8574/artifact/log/WDIO.xunit-2021-10-10T16-53-01-606Z.xml Special Watchlist 1633906383 2.671 2 0 0 2
140930 10471 10471 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8574/artifact/log/WDIO.xunit-2021-10-10T16-53-07-738Z.xml BlankPage 1633906389 0.81 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 1579.118ms