home / tests

testsuites

5 rows where build_id = 11827

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
156215 11827 11827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23832/artifact/log/WDIO.xunit-2021-10-14T06-09-38-226Z.xml Page 1634213379 0.979 17 0 0 17
156216 11827 11827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23832/artifact/log/WDIO.xunit-2021-10-14T06-09-42-678Z.xml Special RecentChanges 1634213384 0.845 2 0 0 2
156217 11827 11827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23832/artifact/log/WDIO.xunit-2021-10-14T06-09-47-193Z.xml User 1634213388 6.449 2 0 0 0
156218 11827 11827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23832/artifact/log/WDIO.xunit-2021-10-14T06-09-57-130Z.xml Special Watchlist 1634213398 3.122 2 0 0 2
156219 11827 11827 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23832/artifact/log/WDIO.xunit-2021-10-14T06-10-03-780Z.xml BlankPage 1634213405 0.795 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 4364.318ms