home / tests

testsuites

5 rows where build_id = 15209

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
193738 15209 15209 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1362/artifact/log/WDIO.xunit-2023-09-22T13-20-34-369Z.xml Page 1695410435 21.217 9 0 0 0
193739 15209 15209 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1362/artifact/log/WDIO.xunit-2023-09-22T13-20-34-378Z.xml Special RecentChanges 1695410435 3.343 1 0 0 0
193740 15209 15209 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1362/artifact/log/WDIO.xunit-2023-09-22T13-20-34-479Z.xml Special Watchlist 1695410435 0.479 1 0 0 1
193741 15209 15209 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1362/artifact/log/WDIO.xunit-2023-09-22T13-20-34-511Z.xml User 1695410435 5.553 2 0 0 0
193742 15209 15209 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1362/artifact/log/WDIO.xunit-2023-09-22T13-20-36-922Z.xml BlankPage 1695410437 0.808 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 2322.791ms