home / tests

testsuites

5 rows where build_id = 22639

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259050 22639 22639 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1219/artifact/log/WDIO.xunit-2024-06-16T03-19-42-261Z.xml Special RecentChanges 1718529583 4.121 1 0 0 0
259051 22639 22639 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1219/artifact/log/WDIO.xunit-2024-06-16T03-19-42-285Z.xml Page 1718529583 26.944 9 0 0 0
259052 22639 22639 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1219/artifact/log/WDIO.xunit-2024-06-16T03-19-42-314Z.xml User 1718529583 7.575 2 0 0 0
259053 22639 22639 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1219/artifact/log/WDIO.xunit-2024-06-16T03-19-42-329Z.xml Special Watchlist 1718529583 0.432 1 0 0 1
259054 22639 22639 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1219/artifact/log/WDIO.xunit-2024-06-16T03-19-44-906Z.xml BlankPage 1718529586 1.527 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 1651.522ms