home / tests

testsuites

5 rows where build_id = 17824

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207273 17824 17824 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2390/artifact/log/WDIO.xunit-2024-01-24T23-09-02-421Z.xml Page 1706162943 28.555 9 0 0 0
207274 17824 17824 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2390/artifact/log/WDIO.xunit-2024-01-24T23-09-02-465Z.xml Special Watchlist 1706162943 0.439 1 0 0 1
207275 17824 17824 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2390/artifact/log/WDIO.xunit-2024-01-24T23-09-02-479Z.xml Special RecentChanges 1706162944 4.677 1 0 0 0
207276 17824 17824 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2390/artifact/log/WDIO.xunit-2024-01-24T23-09-02-516Z.xml User 1706162943 7.603 2 0 0 0
207277 17824 17824 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2390/artifact/log/WDIO.xunit-2024-01-24T23-09-05-361Z.xml BlankPage 1706162947 1.34 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 1561.887ms