home / tests

testsuites

5 rows where build_id = 22244

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
254383 22244 22244 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/611/artifact/log/WDIO.xunit-2024-06-16T14-15-18-296Z.xml User 1718568919 5.495 2 0 0 0
254384 22244 22244 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/611/artifact/log/WDIO.xunit-2024-06-16T14-15-18-308Z.xml Special Watchlist 1718568919 0.403 1 0 0 1
254385 22244 22244 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/611/artifact/log/WDIO.xunit-2024-06-16T14-15-18-318Z.xml Special RecentChanges 1718568919 2.813 1 0 0 0
254386 22244 22244 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/611/artifact/log/WDIO.xunit-2024-06-16T14-15-18-363Z.xml Page 1718568919 20.592 9 0 0 0
254387 22244 22244 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/611/artifact/log/WDIO.xunit-2024-06-16T14-15-20-883Z.xml BlankPage 1718568922 0.67 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 2061.011ms