home / tests

testsuites

5 rows where build_id = 20691

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243345 20691 20691 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/370/artifact/log/WDIO.xunit-2024-05-06T17-00-40-821Z.xml Special RecentChanges 1715036441 3.142 1 0 0 0
243346 20691 20691 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/370/artifact/log/WDIO.xunit-2024-05-06T17-00-40-828Z.xml Page 1715036441 24.388 9 0 0 0
243347 20691 20691 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/370/artifact/log/WDIO.xunit-2024-05-06T17-00-40-838Z.xml Special Watchlist 1715036442 0.437 1 0 0 1
243348 20691 20691 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/370/artifact/log/WDIO.xunit-2024-05-06T17-00-40-839Z.xml User 1715036441 6.677 2 0 0 0
243349 20691 20691 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/370/artifact/log/WDIO.xunit-2024-05-06T17-00-43-269Z.xml BlankPage 1715036444 0.81 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 1651.421ms