home / tests

testsuites

5 rows where build_id = 20782

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244638 20782 20782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8481/artifact/log/WDIO.xunit-2024-05-09T15-02-19-192Z.xml Special Watchlist 1715288540 0.907 1 0 0 1
244639 20782 20782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8481/artifact/log/WDIO.xunit-2024-05-09T15-02-19-211Z.xml Special RecentChanges 1715288540 4.202 1 0 0 0
244640 20782 20782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8481/artifact/log/WDIO.xunit-2024-05-09T15-02-19-276Z.xml User 1715288540 6.57 2 0 0 0
244641 20782 20782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8481/artifact/log/WDIO.xunit-2024-05-09T15-02-19-279Z.xml Page 1715288540 31.66 9 0 0 0
244642 20782 20782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8481/artifact/log/WDIO.xunit-2024-05-09T15-02-22-714Z.xml BlankPage 1715288544 1.215 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 1679.739ms