home / tests

testsuites

5 rows where build_id = 9734

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135262 9734 9734 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1606/artifact/log/WDIO.xunit-2021-10-09T07-05-51-904Z.xml Page 1633784753 0.672 17 0 0 17
135263 9734 9734 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1606/artifact/log/WDIO.xunit-2021-10-09T07-05-55-003Z.xml Special RecentChanges 1633784756 0.688 2 0 0 2
135264 9734 9734 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1606/artifact/log/WDIO.xunit-2021-10-09T07-05-58-150Z.xml User 1633784759 4.986 2 0 0 0
135265 9734 9734 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1606/artifact/log/WDIO.xunit-2021-10-09T07-06-05-621Z.xml Special Watchlist 1633784766 2.479 2 0 0 2
135266 9734 9734 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1606/artifact/log/WDIO.xunit-2021-10-09T07-06-10-494Z.xml BlankPage 1633784771 0.71 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.585ms