home / tests

testsuites

4 rows where build_id = 17638

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204277 17638 17638 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2656/artifact/log/WDIO.xunit-2024-01-26T23-12-36-013Z.xml Page 1706335957 30.085 9 0 0 0
204278 17638 17638 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2656/artifact/log/WDIO.xunit-2024-01-26T23-12-36-082Z.xml Special RecentChanges 1706335957 4.207 1 0 0 0
204279 17638 17638 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2656/artifact/log/WDIO.xunit-2024-01-26T23-12-36-086Z.xml Special Watchlist 1706335957 0.447 1 0 0 1
204280 17638 17638 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2656/artifact/log/WDIO.xunit-2024-01-26T23-12-38-828Z.xml BlankPage 1706335960 0.784 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 1628.868ms