home / tests

testsuites

5 rows where build_id = 9973

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
136873 9973 9973 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23775/artifact/log/WDIO.xunit-2021-10-09T10-21-53-632Z.xml Page 1633796514 0.773 17 0 0 17
136874 9973 9973 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23775/artifact/log/WDIO.xunit-2021-10-09T10-21-56-904Z.xml Special RecentChanges 1633796518 0.65 2 0 0 2
136875 9973 9973 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23775/artifact/log/WDIO.xunit-2021-10-09T10-21-59-946Z.xml User 1633796521 5.711 2 0 0 0
136876 9973 9973 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23775/artifact/log/WDIO.xunit-2021-10-09T10-22-08-113Z.xml Special Watchlist 1633796529 2.544 2 0 0 2
136877 9973 9973 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23775/artifact/log/WDIO.xunit-2021-10-09T10-22-13-238Z.xml BlankPage 1633796534 0.639 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 1724.96ms