home / tests

testsuites

4 rows where build_id = 20673

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243120 20673 20673 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/402/artifact/log/WDIO.xunit-2024-05-08T11-35-50-710Z.xml Special Watchlist 1715189752 0.494 1 0 0 1
243121 20673 20673 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/402/artifact/log/WDIO.xunit-2024-05-08T11-35-50-725Z.xml Page 1715189752 26.026 9 0 0 0
243122 20673 20673 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/402/artifact/log/WDIO.xunit-2024-05-08T11-35-50-759Z.xml Special RecentChanges 1715189752 4.266 1 0 0 0
243123 20673 20673 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/402/artifact/log/WDIO.xunit-2024-05-08T11-35-53-918Z.xml BlankPage 1715189755 1.195 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 1606.634ms