home / tests

testsuites

5 rows where build_id = 10472

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140931 10472 10472 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8573/artifact/log/WDIO.xunit-2021-10-10T16-51-43-861Z.xml Page 1633906305 0.832 17 0 0 17
140932 10472 10472 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8573/artifact/log/WDIO.xunit-2021-10-10T16-51-47-244Z.xml Special RecentChanges 1633906308 0.655 2 0 0 2
140933 10472 10472 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8573/artifact/log/WDIO.xunit-2021-10-10T16-51-50-391Z.xml User 1633906311 5.738 2 0 0 0
140934 10472 10472 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8573/artifact/log/WDIO.xunit-2021-10-10T16-51-58-742Z.xml Special Watchlist 1633906319 2.485 2 0 0 2
140935 10472 10472 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8573/artifact/log/WDIO.xunit-2021-10-10T16-52-03-764Z.xml BlankPage 1633906324 0.733 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 1599.575ms