home / tests

testsuites

5 rows where build_id = 20650

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242843 20650 20650 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/429/artifact/log/WDIO.xunit-2024-05-09T19-22-12-670Z.xml Page 1715304134 24.488 9 0 0 0
242844 20650 20650 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/429/artifact/log/WDIO.xunit-2024-05-09T19-22-12-691Z.xml Special RecentChanges 1715304133 3.972 1 0 0 0
242845 20650 20650 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/429/artifact/log/WDIO.xunit-2024-05-09T19-22-12-726Z.xml User 1715304133 5.817 2 0 0 0
242846 20650 20650 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/429/artifact/log/WDIO.xunit-2024-05-09T19-22-12-739Z.xml Special Watchlist 1715304133 0.497 1 0 0 1
242847 20650 20650 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/429/artifact/log/WDIO.xunit-2024-05-09T19-22-15-225Z.xml BlankPage 1715304136 0.955 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 1655.648ms