home / tests

testsuites

5 rows where build_id = 17826

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207283 17826 17826 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2388/artifact/log/WDIO.xunit-2024-01-24T22-53-13-878Z.xml Page 1706161994 29.619 9 0 0 0
207284 17826 17826 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2388/artifact/log/WDIO.xunit-2024-01-24T22-53-13-935Z.xml User 1706161995 7.858 2 0 0 0
207285 17826 17826 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2388/artifact/log/WDIO.xunit-2024-01-24T22-53-13-961Z.xml Special RecentChanges 1706161995 6.629 1 0 0 0
207286 17826 17826 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2388/artifact/log/WDIO.xunit-2024-01-24T22-53-14-048Z.xml Special Watchlist 1706161995 0.598 1 0 0 1
207287 17826 17826 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2388/artifact/log/WDIO.xunit-2024-01-24T22-53-16-950Z.xml BlankPage 1706161999 1.543 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 1617.744ms