home / tests

testsuites

5 rows where build_id = 17829

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207298 17829 17829 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2385/artifact/log/WDIO.xunit-2024-01-23T22-00-27-541Z.xml Page 1706072429 33.873 9 0 0 0
207299 17829 17829 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2385/artifact/log/WDIO.xunit-2024-01-23T22-00-27-560Z.xml User 1706072429 12.276 2 0 0 0
207300 17829 17829 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2385/artifact/log/WDIO.xunit-2024-01-23T22-00-27-585Z.xml Special Watchlist 1706072429 0.783 1 0 0 1
207301 17829 17829 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2385/artifact/log/WDIO.xunit-2024-01-23T22-00-27-806Z.xml Special RecentChanges 1706072429 6.342 1 0 0 0
207302 17829 17829 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2385/artifact/log/WDIO.xunit-2024-01-23T22-00-31-977Z.xml BlankPage 1706072435 2.192 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 1640.838ms