home / tests

testsuites

4 rows where build_id = 22641

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259060 22641 22641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1217/artifact/log/WDIO.xunit-2024-06-15T08-09-28-909Z.xml Page 1718460569 22.722 9 0 0 0
259061 22641 22641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1217/artifact/log/WDIO.xunit-2024-06-15T08-09-28-937Z.xml User 1718460570 5.394 2 0 0 0
259062 22641 22641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1217/artifact/log/WDIO.xunit-2024-06-15T08-09-28-944Z.xml Special RecentChanges 1718460570 3.21 1 0 0 0
259063 22641 22641 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1217/artifact/log/WDIO.xunit-2024-06-15T08-09-31-059Z.xml BlankPage 1718460572 0.817 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 1540.316ms