home / tests

testsuites

4 rows where build_id = 22239

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254360 22239 22239 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/617/artifact/log/WDIO.xunit-2024-06-16T14-20-18-370Z.xml Special RecentChanges 1718569219 2.221 1 0 0 0
254361 22239 22239 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/617/artifact/log/WDIO.xunit-2024-06-16T14-20-18-405Z.xml User 1718569219 4.853 2 0 0 0
254362 22239 22239 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/617/artifact/log/WDIO.xunit-2024-06-16T14-20-18-406Z.xml Page 1718569219 20.448 9 0 0 0
254363 22239 22239 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/617/artifact/log/WDIO.xunit-2024-06-16T14-20-20-614Z.xml BlankPage 1718569221 0.556 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 1627.844ms