home / tests

testsuites

4 rows where build_id = 20747

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
244166 20747 20747 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8517/artifact/log/WDIO.xunit-2024-05-09T16-42-02-847Z.xml Page 1715294523 23.986 9 0 0 0
244167 20747 20747 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8517/artifact/log/WDIO.xunit-2024-05-09T16-42-02-858Z.xml Special Watchlist 1715294523 0.897 1 0 0 1
244168 20747 20747 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8517/artifact/log/WDIO.xunit-2024-05-09T16-42-02-917Z.xml User 1715294524 6.931 2 0 0 0
244169 20747 20747 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8517/artifact/log/WDIO.xunit-2024-05-09T16-42-05-759Z.xml BlankPage 1715294527 0.711 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 1619.314ms