home / tests

testsuites

5 rows where build_id = 9959

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136800 9959 9959 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23792/artifact/log/WDIO.xunit-2021-10-09T10-47-26-163Z.xml Page 1633798047 0.634 17 0 0 17
136801 9959 9959 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23792/artifact/log/WDIO.xunit-2021-10-09T10-47-29-180Z.xml Special RecentChanges 1633798050 0.644 2 0 0 2
136802 9959 9959 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23792/artifact/log/WDIO.xunit-2021-10-09T10-47-32-235Z.xml User 1633798053 6.035 2 0 0 0
136803 9959 9959 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23792/artifact/log/WDIO.xunit-2021-10-09T10-47-40-619Z.xml Special Watchlist 1633798061 2.472 2 0 0 2
136804 9959 9959 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23792/artifact/log/WDIO.xunit-2021-10-09T10-47-45-453Z.xml BlankPage 1633798066 0.687 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 1930.717ms