home / tests

testsuites

5 rows where build_id = 9945

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136730 9945 9945 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23812/artifact/log/WDIO.xunit-2021-10-09T11-00-05-612Z.xml Page 1633798807 0.836 17 0 0 17
136731 9945 9945 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23812/artifact/log/WDIO.xunit-2021-10-09T11-00-09-554Z.xml Special RecentChanges 1633798811 0.749 2 0 0 2
136732 9945 9945 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23812/artifact/log/WDIO.xunit-2021-10-09T11-00-13-346Z.xml User 1633798815 6.216 2 0 0 0
136733 9945 9945 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23812/artifact/log/WDIO.xunit-2021-10-09T11-00-23-163Z.xml Special Watchlist 1633798824 2.806 2 0 0 2
136734 9945 9945 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23812/artifact/log/WDIO.xunit-2021-10-09T11-00-28-587Z.xml BlankPage 1633798829 0.8 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 1609.432ms