home / tests

testsuites

5 rows where build_id = 22635

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259030 22635 22635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1223/artifact/log/WDIO.xunit-2024-06-16T16-18-31-730Z.xml Page 1718576312 21.816 9 0 0 0
259031 22635 22635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1223/artifact/log/WDIO.xunit-2024-06-16T16-18-31-771Z.xml User 1718576312 6.022 2 0 0 0
259032 22635 22635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1223/artifact/log/WDIO.xunit-2024-06-16T16-18-31-772Z.xml Special Watchlist 1718576312 0.392 1 0 0 1
259033 22635 22635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1223/artifact/log/WDIO.xunit-2024-06-16T16-18-31-795Z.xml Special RecentChanges 1718576312 3.685 1 0 0 0
259034 22635 22635 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1223/artifact/log/WDIO.xunit-2024-06-16T16-18-34-179Z.xml BlankPage 1718576315 1.158 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 1636.536ms