home / tests

testsuites

5 rows where build_id = 17825

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207278 17825 17825 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2389/artifact/log/WDIO.xunit-2024-01-24T23-04-38-425Z.xml Special Watchlist 1706162681 0.72 1 0 0 1
207279 17825 17825 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2389/artifact/log/WDIO.xunit-2024-01-24T23-04-38-444Z.xml User 1706162681 15.244 2 0 0 0
207280 17825 17825 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2389/artifact/log/WDIO.xunit-2024-01-24T23-04-38-552Z.xml Page 1706162680 37.172 9 0 0 0
207281 17825 17825 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2389/artifact/log/WDIO.xunit-2024-01-24T23-04-38-706Z.xml Special RecentChanges 1706162680 6.682 1 0 0 0
207282 17825 17825 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2389/artifact/log/WDIO.xunit-2024-01-24T23-04-43-886Z.xml BlankPage 1706162686 5.227 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 1619.789ms