home / tests

testsuites

5 rows where build_id = 9738

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135282 9738 9738 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1598/artifact/log/WDIO.xunit-2021-10-09T06-57-38-042Z.xml Page 1633784259 0.727 17 0 0 17
135283 9738 9738 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1598/artifact/log/WDIO.xunit-2021-10-09T06-57-41-649Z.xml Special RecentChanges 1633784263 0.708 2 0 0 2
135284 9738 9738 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1598/artifact/log/WDIO.xunit-2021-10-09T06-57-45-285Z.xml User 1633784266 5.953 2 0 0 0
135285 9738 9738 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1598/artifact/log/WDIO.xunit-2021-10-09T06-57-53-749Z.xml Special Watchlist 1633784275 2.547 2 0 0 2
135286 9738 9738 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1598/artifact/log/WDIO.xunit-2021-10-09T06-57-59-364Z.xml BlankPage 1633784280 1.184 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 1601.311ms