home / tests

testsuites

5 rows where build_id = 22186

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254103 22186 22186 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/670/artifact/log/WDIO.xunit-2024-06-16T17-27-37-146Z.xml User 1718580458 5.236 2 0 0 0
254104 22186 22186 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/670/artifact/log/WDIO.xunit-2024-06-16T17-27-37-153Z.xml Page 1718580458 22.316 9 0 0 0
254105 22186 22186 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/670/artifact/log/WDIO.xunit-2024-06-16T17-27-37-192Z.xml Special Watchlist 1718580458 0.508 1 0 0 1
254106 22186 22186 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/670/artifact/log/WDIO.xunit-2024-06-16T17-27-37-250Z.xml Special RecentChanges 1718580458 2.435 1 0 0 0
254107 22186 22186 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/670/artifact/log/WDIO.xunit-2024-06-16T17-27-39-950Z.xml BlankPage 1718580461 0.746 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 1611.566ms