home / tests

testsuites

5 rows where build_id = 15211

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193748 15211 15211 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1360/artifact/log/WDIO.xunit-2023-09-21T20-33-49-209Z.xml User 1695350030 11.787 2 0 0 0
193749 15211 15211 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1360/artifact/log/WDIO.xunit-2023-09-21T20-33-49-225Z.xml Page 1695350030 33.365 9 0 0 0
193750 15211 15211 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1360/artifact/log/WDIO.xunit-2023-09-21T20-33-49-257Z.xml Special RecentChanges 1695350031 5.562 1 0 0 0
193751 15211 15211 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1360/artifact/log/WDIO.xunit-2023-09-21T20-33-49-285Z.xml Special Watchlist 1695350030 0.877 1 0 0 1
193752 15211 15211 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1360/artifact/log/WDIO.xunit-2023-09-21T20-33-53-520Z.xml BlankPage 1695350037 1.489 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 1800.623ms