home / tests

testsuites

5 rows where build_id = 22649

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259132 22649 22649 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1204/artifact/log/WDIO.xunit-2024-06-14T19-44-47-025Z.xml User 1718415888 8.421 2 0 0 0
259133 22649 22649 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1204/artifact/log/WDIO.xunit-2024-06-14T19-44-47-027Z.xml Page 1718415888 26.308 9 0 0 0
259134 22649 22649 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1204/artifact/log/WDIO.xunit-2024-06-14T19-44-47-038Z.xml Special RecentChanges 1718415888 5.497 1 0 0 0
259135 22649 22649 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1204/artifact/log/WDIO.xunit-2024-06-14T19-44-47-062Z.xml Special Watchlist 1718415888 0.399 1 0 0 1
259136 22649 22649 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1204/artifact/log/WDIO.xunit-2024-06-14T19-44-50-436Z.xml BlankPage 1718415893 1.22 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 1591.693ms