home / tests

testsuites

5 rows where build_id = 20686

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243320 20686 20686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/379/artifact/log/WDIO.xunit-2024-05-06T20-10-42-646Z.xml Page 1715047844 27.199 9 0 0 0
243321 20686 20686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/379/artifact/log/WDIO.xunit-2024-05-06T20-10-42-690Z.xml Special Watchlist 1715047843 0.464 1 0 0 1
243322 20686 20686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/379/artifact/log/WDIO.xunit-2024-05-06T20-10-42-697Z.xml Special RecentChanges 1715047843 3.492 1 0 0 0
243323 20686 20686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/379/artifact/log/WDIO.xunit-2024-05-06T20-10-42-711Z.xml User 1715047843 6.598 2 0 0 0
243324 20686 20686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/379/artifact/log/WDIO.xunit-2024-05-06T20-10-45-140Z.xml BlankPage 1715047846 1.098 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 1646.616ms