home / tests

testsuites

5 rows where build_id = 16583

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200227 16583 16583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2329/artifact/log/WDIO.xunit-2024-01-09T19-26-13-288Z.xml User 1704853574 6.002 2 0 0 0
200228 16583 16583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2329/artifact/log/WDIO.xunit-2024-01-09T19-26-13-294Z.xml Special RecentChanges 1704853574 2.824 1 0 0 0
200229 16583 16583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2329/artifact/log/WDIO.xunit-2024-01-09T19-26-13-318Z.xml Page 1704853574 25.018 9 0 0 0
200230 16583 16583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2329/artifact/log/WDIO.xunit-2024-01-09T19-26-13-348Z.xml Special Watchlist 1704853574 0.477 1 0 0 1
200231 16583 16583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2329/artifact/log/WDIO.xunit-2024-01-09T19-26-15-847Z.xml BlankPage 1704853578 0.514 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 1614.314ms