home / tests

testsuites

5 rows where build_id = 20645

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242819 20645 20645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/434/artifact/log/WDIO.xunit-2024-05-09T19-42-49-568Z.xml Page 1715305370 19.443 9 0 0 0
242820 20645 20645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/434/artifact/log/WDIO.xunit-2024-05-09T19-42-49-625Z.xml Special RecentChanges 1715305370 2.554 1 0 0 0
242821 20645 20645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/434/artifact/log/WDIO.xunit-2024-05-09T19-42-49-669Z.xml Special Watchlist 1715305370 0.409 1 0 0 1
242822 20645 20645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/434/artifact/log/WDIO.xunit-2024-05-09T19-42-49-689Z.xml User 1715305370 4.969 2 0 0 0
242823 20645 20645 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/434/artifact/log/WDIO.xunit-2024-05-09T19-42-51-773Z.xml BlankPage 1715305372 0.714 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 1658.677ms