home / tests

testsuites

5 rows where build_id = 9757

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135377 9757 9757 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1545/artifact/log/WDIO.xunit-2021-10-09T06-23-13-036Z.xml Page 1633782194 0.757 17 0 0 17
135378 9757 9757 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1545/artifact/log/WDIO.xunit-2021-10-09T06-23-16-764Z.xml Special RecentChanges 1633782197 0.64 2 0 0 2
135379 9757 9757 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1545/artifact/log/WDIO.xunit-2021-10-09T06-23-19-997Z.xml User 1633782201 5.327 2 0 0 0
135380 9757 9757 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1545/artifact/log/WDIO.xunit-2021-10-09T06-23-27-722Z.xml Special Watchlist 1633782208 2.199 2 0 0 2
135381 9757 9757 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1545/artifact/log/WDIO.xunit-2021-10-09T06-23-32-369Z.xml BlankPage 1633782213 0.694 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 1577.912ms