home / tests

testsuites

5 rows where build_id = 20634

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242764 20634 20634 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/445/artifact/log/WDIO.xunit-2024-05-09T19-54-02-473Z.xml Special RecentChanges 1715306043 4.645 1 0 0 0
242765 20634 20634 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/445/artifact/log/WDIO.xunit-2024-05-09T19-54-02-557Z.xml User 1715306044 7.701 2 0 0 0
242766 20634 20634 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/445/artifact/log/WDIO.xunit-2024-05-09T19-54-02-571Z.xml Page 1715306043 26.577 9 0 0 0
242767 20634 20634 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/445/artifact/log/WDIO.xunit-2024-05-09T19-54-02-575Z.xml Special Watchlist 1715306044 0.467 1 0 0 1
242768 20634 20634 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/445/artifact/log/WDIO.xunit-2024-05-09T19-54-06-054Z.xml BlankPage 1715306048 1.221 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 1596.672ms