home / tests

testsuites

5 rows where build_id = 22428

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255649 22428 22428 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/510/artifact/log/WDIO.xunit-2024-06-16T13-28-01-623Z.xml Page 1718566082 21.225 9 0 0 0
255650 22428 22428 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/510/artifact/log/WDIO.xunit-2024-06-16T13-28-01-625Z.xml Special Watchlist 1718566082 0.453 1 0 0 1
255651 22428 22428 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/510/artifact/log/WDIO.xunit-2024-06-16T13-28-01-628Z.xml User 1718566083 5.093 2 0 0 0
255652 22428 22428 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/510/artifact/log/WDIO.xunit-2024-06-16T13-28-01-649Z.xml Special RecentChanges 1718566082 2.92 1 0 0 0
255653 22428 22428 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/510/artifact/log/WDIO.xunit-2024-06-16T13-28-03-957Z.xml BlankPage 1718566084 0.691 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 1616.748ms