home / tests

testsuites

5 rows where build_id = 16180

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
196756 16180 16180 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6103/artifact/log/WDIO.xunit-2024-01-12T11-13-18-617Z.xml Special RecentChanges 1705083200 0.883 2 0 0 2
196757 16180 16180 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6103/artifact/log/WDIO.xunit-2024-01-12T11-13-18-642Z.xml Page 1705083200 0.583 17 0 0 17
196758 16180 16180 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6103/artifact/log/WDIO.xunit-2024-01-12T11-13-18-651Z.xml Special Watchlist 1705083199 1.494 2 0 0 2
196759 16180 16180 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6103/artifact/log/WDIO.xunit-2024-01-12T11-13-18-696Z.xml User 1705083199 5.986 2 0 0 0
196760 16180 16180 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6103/artifact/log/WDIO.xunit-2024-01-12T11-13-21-504Z.xml BlankPage 1705083202 0.755 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 1648.892ms