home / tests

testsuites

5 rows where build_id = 16245

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197151 16245 16245 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10950/artifact/log/WDIO.xunit-2024-01-15T19-08-42-315Z.xml Special Watchlist 1705370923 0.818 1 0 0 1
197152 16245 16245 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10950/artifact/log/WDIO.xunit-2024-01-15T19-08-42-335Z.xml Page 1705370923 23.156 9 0 0 0
197153 16245 16245 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10950/artifact/log/WDIO.xunit-2024-01-15T19-08-42-439Z.xml User 1705370924 5.844 2 0 0 0
197154 16245 16245 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10950/artifact/log/WDIO.xunit-2024-01-15T19-08-42-476Z.xml Special RecentChanges 1705370923 3.402 1 0 0 0
197155 16245 16245 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10950/artifact/log/WDIO.xunit-2024-01-15T19-08-45-612Z.xml BlankPage 1705370926 0.735 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 1504.337ms