home / tests

testsuites

5 rows where build_id = 17842

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
207528 17842 17842 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1760/artifact/log/WDIO.xunit-2024-01-24T23-04-21-863Z.xml Special Watchlist 1706162665 0.539 1 0 0 1
207529 17842 17842 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1760/artifact/log/WDIO.xunit-2024-01-24T23-04-21-921Z.xml Page 1706162666 33.297 9 0 0 0
207530 17842 17842 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1760/artifact/log/WDIO.xunit-2024-01-24T23-04-21-922Z.xml User 1706162666 8.288 2 0 0 0
207531 17842 17842 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1760/artifact/log/WDIO.xunit-2024-01-24T23-04-22-047Z.xml Special RecentChanges 1706162665 4.967 1 0 0 0
207532 17842 17842 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1760/artifact/log/WDIO.xunit-2024-01-24T23-04-27-587Z.xml BlankPage 1706162669 3.084 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 4167.592ms