home / tests

testsuites

5 rows where build_id = 22400

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255480 22400 22400 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/538/artifact/log/WDIO.xunit-2024-06-16T15-00-47-470Z.xml Special Watchlist 1718571648 0.49 1 0 0 1
255481 22400 22400 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/538/artifact/log/WDIO.xunit-2024-06-16T15-00-47-471Z.xml User 1718571648 5.39 2 0 0 0
255482 22400 22400 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/538/artifact/log/WDIO.xunit-2024-06-16T15-00-47-476Z.xml Page 1718571648 23.157 9 0 0 0
255483 22400 22400 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/538/artifact/log/WDIO.xunit-2024-06-16T15-00-47-553Z.xml Special RecentChanges 1718571648 3.102 1 0 0 0
255484 22400 22400 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/538/artifact/log/WDIO.xunit-2024-06-16T15-00-49-821Z.xml BlankPage 1718571650 0.808 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 1551.795ms