home / tests

testsuites

5 rows where build_id = 22422

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255620 22422 22422 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/516/artifact/log/WDIO.xunit-2024-06-16T13-50-15-762Z.xml Page 1718567416 21.306 9 0 0 0
255621 22422 22422 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/516/artifact/log/WDIO.xunit-2024-06-16T13-50-15-772Z.xml Special Watchlist 1718567416 0.373 1 0 0 1
255622 22422 22422 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/516/artifact/log/WDIO.xunit-2024-06-16T13-50-15-791Z.xml Special RecentChanges 1718567416 3.079 1 0 0 0
255623 22422 22422 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/516/artifact/log/WDIO.xunit-2024-06-16T13-50-15-825Z.xml User 1718567416 5.6 2 0 0 0
255624 22422 22422 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/516/artifact/log/WDIO.xunit-2024-06-16T13-50-18-251Z.xml BlankPage 1718567419 0.722 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 1660.021ms