home / tests

testsuites

5 rows where build_id = 15216

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193773 15216 15216 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1355/artifact/log/WDIO.xunit-2023-09-21T18-45-35-652Z.xml Special RecentChanges 1695343536 6.074 1 0 0 0
193774 15216 15216 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1355/artifact/log/WDIO.xunit-2023-09-21T18-45-35-683Z.xml Special Watchlist 1695343537 0.461 1 0 0 1
193775 15216 15216 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1355/artifact/log/WDIO.xunit-2023-09-21T18-45-35-691Z.xml Page 1695343536 49.077 9 0 0 0
193776 15216 15216 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1355/artifact/log/WDIO.xunit-2023-09-21T18-45-35-704Z.xml User 1695343536 9.324 2 0 0 0
193777 15216 15216 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1355/artifact/log/WDIO.xunit-2023-09-21T18-45-39-136Z.xml BlankPage 1695343541 1.353 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 2562.694ms