home / tests

testsuites

5 rows where build_id = 17844

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207538 17844 17844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1758/artifact/log/WDIO.xunit-2024-01-24T22-03-12-987Z.xml Special RecentChanges 1706158994 4.53 1 0 0 0
207539 17844 17844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1758/artifact/log/WDIO.xunit-2024-01-24T22-03-13-019Z.xml User 1706158994 9.69 2 0 0 0
207540 17844 17844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1758/artifact/log/WDIO.xunit-2024-01-24T22-03-13-038Z.xml Page 1706158994 31.958 9 0 0 0
207541 17844 17844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1758/artifact/log/WDIO.xunit-2024-01-24T22-03-13-082Z.xml Special Watchlist 1706158994 0.502 1 0 0 1
207542 17844 17844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1758/artifact/log/WDIO.xunit-2024-01-24T22-03-17-540Z.xml BlankPage 1706158999 1.655 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 1757.461ms