home / tests

testsuites

5 rows where build_id = 15200

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193626 15200 15200 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1983/artifact/log/WDIO.xunit-2023-09-21T18-41-17-582Z.xml Page 1695343278 22.598 9 0 0 0
193627 15200 15200 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1983/artifact/log/WDIO.xunit-2023-09-21T18-41-17-589Z.xml Special Watchlist 1695343278 0.537 1 0 0 1
193628 15200 15200 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1983/artifact/log/WDIO.xunit-2023-09-21T18-41-17-596Z.xml Special RecentChanges 1695343279 3.525 1 0 0 0
193629 15200 15200 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1983/artifact/log/WDIO.xunit-2023-09-21T18-41-17-626Z.xml User 1695343278 5.653 2 0 0 0
193630 15200 15200 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1983/artifact/log/WDIO.xunit-2023-09-21T18-41-19-949Z.xml BlankPage 1695343281 0.963 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 1246.442ms